[PATCH] D92386: [VE] Add standard include path and library path for C++

Simon Moll via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 1 07:36:46 PST 2020


simoll 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;
----------------
Do we want a test for this code path? Ie, checking system includes with the environment variable set.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92386



More information about the cfe-commits mailing list