shchenz accepted this revision. shchenz added a comment. This revision is now accepted and ready to land.
LGTM except one minor in the testcase. Thanks for adding this improvement. ================ Comment at: clang/test/Driver/debug-options.c:121 // RUN: %clang -### -c -g %s -target powerpc-ibm-aix-xcoff 2>&1 \ -// RUN: | FileCheck -check-prefix=G_LIMITED -check-prefix=G_DBX %s +// RUN: | FileCheck -check-prefix=G_LIMITED %s // RUN: %clang -### -c -g %s -target powerpc64-ibm-aix-xcoff 2>&1 \ ---------------- nit: we can check that no `-debugger-tuning=` is emitted by check `G_NOTUNING` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D136187/new/ https://reviews.llvm.org/D136187 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits