[PATCH] D92386: [VE] Add standard include path and library path for C++
Kazushi Marukawa via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 1 20:10:38 PST 2020
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
More information about the cfe-commits
mailing list