[all-commits] [llvm/llvm-project] decee0: DebugInfo: Fix LTO+DWARFv5 loclists

David Blaikie via All-commits all-commits at lists.llvm.org
Thu Dec 5 12:48:18 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: decee04e630dedff8fe988b340ac015e510bf687
      https://github.com/llvm/llvm-project/commit/decee04e630dedff8fe988b340ac015e510bf687
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    A llvm/test/CodeGen/X86/debug-loclists-lto.ll

  Log Message:
  -----------
  DebugInfo: Fix LTO+DWARFv5 loclists

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.




More information about the All-commits mailing list