[all-commits] [llvm/llvm-project] 1870b5: Recommit "PR44685: DebugInfo: Handle address-use-i...

David Blaikie via All-commits all-commits at lists.llvm.org
Tue Aug 18 13:51:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1870b52f0c0880ad9e40eb01344372c59dbc0fb1
      https://github.com/llvm/llvm-project/commit/1870b52f0c0880ad9e40eb01344372c59dbc0fb1
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/AddressPool.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
    A llvm/test/DebugInfo/X86/addr-tu-to-non-tu.ll

  Log Message:
  -----------
  Recommit "PR44685: DebugInfo: Handle address-use-invalid type units referencing non-type units"

Originally committed as be3ef93bf58aa5546c7baadfb21d43b75fbb4e24.
Reverted by b4bffdbadfcceb3959aaf231c1542301944e5812 due to bot
failures:
http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-expensive/17380/testReport/junit/LLVM/DebugInfo_X86/addr_tu_to_non_tu_ll/
http://45.33.8.238/win/22216/step_11.txt

MacOS failure due to testing Split DWARF which isn't compatible with
MachO.
Windows failure due to testing type units which aren't enabled on
Windows.

Fix both of these by applying an explicit x86 linux triple to the test.




More information about the All-commits mailing list