summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/lazy-fission-comp-dir.ll
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: Fix for missing comp_dir handling with r349207David Blaikie2018-12-201-0/+32
When deciding lazily whether a CU would be split or non-split I accidentally dropped some handling for the line tables comp_dir (by doing it lazily it was too late to be handled properly by the MC line table code). Move that bit of the code back to the non-lazy place. llvm-svn: 349819
OpenPOWER on IntegriCloud