[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 11:21:33 PDT 2020
daltenty requested changes to this revision.
daltenty added inline comments.
This revision now requires changes to proceed.
================
Comment at: clang/lib/Driver/ToolChains/AIX.cpp:172
+ return;
+
+ const Driver &D = getDriver();
----------------
hubert.reinterpretcast wrote:
> Please investigate the handling of `OPT_nostdlibinc`.
If we are looking at this, should we also consider adding `/usr/local/include`?
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