On AIX, strict-dwarf defaults to true. This patch implement this default behaviour. Additionally, it adds debug tuning tests.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Driver/ToolChains/CommonArgs.cpp | ||
---|---|---|
589 | Typo: presense -> absence? | |
590 | Could you also post another patch to fix the no-lto path to remove the redundant -debugger-tuning=dbx on AIX? We should make the lto mode and non-lto mode be consistent. | |
clang/test/Driver/lto-aix.c | ||
8 | Can we add case that by default, no -debugger-tune is emitted? |
LGTM. Thanks.
clang/lib/Driver/ToolChains/CommonArgs.cpp | ||
---|---|---|
588 | nit: maybe we don't need to change this. OPT_gTune_Group will check the four debugger types. |
nit: maybe we don't need to change this. OPT_gTune_Group will check the four debugger types.