Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DWARFv5] Emit split type units in .debug_info.dwo. | Paul Robinson | 2018-11-12 | 1 | -2/+1 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D54350 llvm-svn: 346674 | ||||
* | CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it ↵ | Peter Collingbourne | 2018-05-21 | 1 | -3/+4 |
| | | | | | | | | | | up to dwo output. Part of PR37466. Differential Revision: https://reviews.llvm.org/D47089 llvm-svn: 332881 | ||||
* | [DWARF] Suppress split line tables more carefully. | Paul Robinson | 2018-03-27 | 1 | -0/+57 |
If a given split type unit does not have source locations, don't have it refer to the split line table. If no split type unit refers to the split line table, don't emit the line table at all. This will save a little space on rare occasions, but also refactors things a bit to improve which class is responsible for what. Responding to review comments on r326395. Differential Revision: https://reviews.llvm.org/D44220 llvm-svn: 328670 |