[PATCH] D82677: [Clang] Handle AIX Include management in the driver
David Tenty via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 2 08:38:01 PDT 2020
daltenty accepted this revision.
daltenty added a comment.
This revision is now accepted and ready to land.
LGTM other than minor nit
================
Comment at: clang/test/Driver/aix-toolchain-include.cpp:13
+
+// Check powerpc-ibm-aix, 64-bit.
+// RUN: %clangxx -### -no-canonical-prefixes %s 2>&1 \
----------------
nit: we usually put the 32-bit / 64-bit run lines together before the CHECK block for readabliity
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