[all-commits] [llvm/llvm-project] 2c9028: [DebugInfo][AIX] Set target debugger-tune default ...

jsji via All-commits all-commits at lists.llvm.org
Sun Apr 25 18:39:13 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c9028170eeb6749373f2f93ad6abdc0164c36a3
      https://github.com/llvm/llvm-project/commit/2c9028170eeb6749373f2f93ad6abdc0164c36a3
  Author: Jinsong Ji <jji at us.ibm.com>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    A llvm/test/DebugInfo/PowerPC/debugger-tune.ll
    M llvm/test/DebugInfo/XCOFF/empty.ll
    M llvm/test/DebugInfo/XCOFF/explicit-section.ll
    M llvm/test/DebugInfo/XCOFF/function-sections.ll

  Log Message:
  -----------
  [DebugInfo][AIX] Set target debugger-tune default to dbx

https://reviews.llvm.org/D99400 set clang DefaultDebuggerTuning for AIX
to dbx. However, we still need to update the target default so that llc
and other tools will get the same default debuggertuning, and avoid
passing extra options in LTO.

Reviewed By: #powerpc, shchenz, dblaikie

Differential Revision: https://reviews.llvm.org/D101197




More information about the All-commits mailing list