[PATCH] D89897: [AIX] Emit error for -G option on AIX
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 22 09:01:05 PDT 2020
hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.
This revision is now accepted and ready to land.
LGTM; thanks!
================
Comment at: clang/test/Driver/aix-err-options.c:1
+// RUN: %clang -target powerpc32-ibm-aix-xcoff -### -S -emit-llvm -G 0 2>&1 %s | \
+// RUN: FileCheck -check-prefix=CHECK32 %s
----------------
Xiangling_L wrote:
> hubert.reinterpretcast wrote:
> > Does this need a call to `not`?
> Using `not` will fail the testcase.
Got it; didn't know `-###` has such an effect on the return code.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89897/new/
https://reviews.llvm.org/D89897
More information about the cfe-commits
mailing list