[DebugInfo][AIX] Set target debugger-tune default to dbx
authorJinsong Ji <jji@us.ibm.com>
Sun, 25 Apr 2021 21:59:24 +0000 (21:59 +0000)
committerJinsong Ji <jji@us.ibm.com>
Mon, 26 Apr 2021 01:38:44 +0000 (01:38 +0000)
commit2c9028170eeb6749373f2f93ad6abdc0164c36a3
treed4520e4a106ee1301f6594fb041b9ed3163fff44
parentc1baf946e6cf611ae871e34db5cfea0f94f4b5a0
[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
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/test/DebugInfo/PowerPC/debugger-tune.ll [new file with mode: 0644]
llvm/test/DebugInfo/XCOFF/empty.ll
llvm/test/DebugInfo/XCOFF/explicit-section.ll
llvm/test/DebugInfo/XCOFF/function-sections.ll