[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 09:10:20 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/AIX.cpp:172
+ return;
+
+ const Driver &D = getDriver();
----------------
Please investigate the handling of `OPT_nostdlibinc`.
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