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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to