Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | [ObjC++] Fix crash when emitting debug info for a block member capturing this. | Adrian Prantl | 2016-04-18 | 1 | -0/+19 |
rdar://problem/23871824 llvm-svn: 266698 |