[PATCH] D136187: [clang][AIX] Omitting Explicit Debugger Tuning Option
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 20 09:05:14 PDT 2022
probinson added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:4374
+ ? llvm::DebuggerKind::Default
+ : DebuggerTuning);
----------------
Seems like you should be able to return `DebuggerKind::Default` from `getDefaultDebuggerTuning` then you wouldn't need this complication?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136187/new/
https://reviews.llvm.org/D136187
More information about the cfe-commits
mailing list