summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/debug-loclists-lto.ll
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: Fix LTO+DWARFv5 loclistsDavid Blaikie2019-12-051-0/+66
The loclists_table_base was being overwritten for each CU even though only one loclists contribution is made so everything but the last CU would have a label that was never defined and fail to assemble.
OpenPOWER on IntegriCloud