summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/dwarf-split-line-2.ll
Commit message (Collapse)AuthorAgeFilesLines
* [DWARFv5] Emit split type units in .debug_info.dwo.Paul Robinson2018-11-121-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 Collingbourne2018-05-211-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 Robinson2018-03-271-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
OpenPOWER on IntegriCloud