kaz7 planned changes to this revision.
kaz7 added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/VEToolchain.cpp:109
+    return;
+  if (const char *cl_include_dir = getenv("NCC_CPLUS_INCLUDE_PATH")) {
+    SmallVector<StringRef, 4> Dirs;
----------------
simoll wrote:
> Do we want a test for this code path? Ie, checking system includes with the 
> environment variable set.
Will do.  Thanks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92386/new/

https://reviews.llvm.org/D92386

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

Reply via email to