[PATCH] D82677: [Clang] Handle AIX Include management in the driver
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 2 11:52:11 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/AIX.cpp:172
+ return;
+
+ const Driver &D = getDriver();
----------------
daltenty wrote:
> hubert.reinterpretcast wrote:
> > Please investigate the handling of `OPT_nostdlibinc`.
> If we are looking at this, should we also consider adding `/usr/local/include`?
It seems that, unlike what I found on Linux, the AIX versions of GCC and XL C/C++ do not include `/usr/local/include`. It seems this is a legitimate platform difference that we should respect.
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