[PATCH] D89897: [AIX] Emit error for -G option on AIX

Xiangling Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 08:37:43 PDT 2020


Xiangling_L marked 3 inline comments as done.
Xiangling_L added inline comments.


================
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
----------------
hubert.reinterpretcast wrote:
> Does this need a call to `not`?
Using `not` will fail the testcase.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89897/new/

https://reviews.llvm.org/D89897



More information about the llvm-commits mailing list