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

Qiongsi Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 20 07:17:28 PDT 2022


qiongsiwu1 marked an inline comment as done.
qiongsiwu1 added inline comments.


================
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 \
----------------
shchenz wrote:
> nit: we can check that no `-debugger-tuning=` is emitted by check `G_NOTUNING`
Ah thanks for catching this! Fixed. 


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