Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile). | Adrian Prantl | 2017-07-19 | 1 | -1/+2 |
| | | | | | | | | | <rdar://problem/33357889> https://bugs.llvm.org/show_bug.cgi?id=33822 Differential Revision: https://reviews.llvm.org/D35583 llvm-svn: 308399 | ||||
* | DebugInfo: Add flag to CU to disable emission of inline debug info into the ↵ | David Blaikie | 2016-08-24 | 1 | -3/+1 |
| | | | | | | | | | | skeleton CU In cases where .dwo/.dwp files are guaranteed to be available, skipping the extra online (in the .o file) inline info can save a substantial amount of space - see the original r221306 for more details there. llvm-svn: 279651 | ||||
* | DebugInfo: Adapt to loss of DITypeRef in LLVM r267296 | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | LLVM stopped using MDString-based type references, and DIBuilder no longer fills 'retainedTypes:' with every DICompositeType that has an 'identifier:' field. There are just minor changes to keep the same behaviour in CFE. Leaving 'retainedTypes:' unfilled has a dramatic impact on the output order of the IR though. There are a huge number of testcase changes, which were unfortunately not really scriptable. llvm-svn: 267297 | ||||
* | Added test that covers changes in r263379. | Amjad Aboud | 2016-03-13 | 1 | -0/+10 |
llvm-svn: 263380 |