[PATCH] D82677: [Clang] Handle AIX Include management in the driver

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 3 09:39:01 PDT 2020


hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.

Aside from one comment; LGTM. Thanks.



================
Comment at: clang/test/Driver/aix-toolchain-include.cpp:4
+// Check powerpc-ibm-aix, 32-bit/64-bit.
+// RUN: %clangxx -### -no-canonical-prefixes %s 2>&1 \
+// RUN:		-target powerpc-ibm-aix \
----------------
I think there should be a `clang` (as opposed to `clang++`) test as well. Duplicate this invocation and use `clang` with `-xc`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82677





More information about the cfe-commits mailing list