| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -2/+1 | |
| LLVM 8 was released on March 20, 2019, over a year ago. | ||||
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -2/+0 | |
| 2019-03-27 | Give variant parts their own unique id | Philip Craig | -1/+1 | |
| and bump llvm version in test | ||||
| 2019-03-23 | Fix invalid DWARF for enums when using thinlto | Philip Craig | -0/+48 | |
| We were setting the same identifier for both the DW_TAG_structure_type and the DW_TAG_variant_part. This becomes a problem when using thinlto becauses it uses the identifier as a key for a map of types that is used to delete duplicates based on the ODR, so one of them is deleted as a duplicate, resulting in invalid DWARF. The DW_TAG_variant_part isn't a standalone type, so it doesn't need an identifier. Fix by omitting its identifier. | ||||
