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.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Time | Test | |
---|---|---|
170 ms | x64 windows > LLVM.CodeGen/AMDGPU::wwm-reserved-spill.ll |
Event Timeline
llvm/test/DebugInfo/PowerPC/debugger-tune.ll | ||
---|---|---|
4 | Maybe "We use the use of DW_FORM_string (rather than DW_FORM_strp) to distinguish debugger tuning" | |
15–16 | Rather than "not" maybe implicit-check-not and an active check for the positive case (otherwise if we used some futuristic alternative string encoding (like DWARFv5 strx encodings if we change to DWARFv5 by default) this test would still pass accidentally) |
llvm/test/DebugInfo/PowerPC/debugger-tune.ll | ||
---|---|---|
15–16 | Good suggestion. Thanks! |
This will save the option setting for tuning debugger for components involving llc (for example, LTO) as described in the description.
LGTM too. Thanks for doing this.
Maybe "We use the use of DW_FORM_string (rather than DW_FORM_strp) to distinguish debugger tuning"