[PATCH] D136187: [clang][AIX] Omitting Explicit Debugger Tuning Option

ChenZheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 19 20:13:37 PDT 2022


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



More information about the cfe-commits mailing list