[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 06:02:57 PST 2020


kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: clang, VE.
Herald added subscribers: cfe-commits, ormris.
kaz7 requested review of this revision.

We have a plan to add libcxx and libcxxabi for VE.  In order to do so,
we need to compile cxx source code with bootstarapped header files.
This patch adds such expected path to make clang++ work, at least
not crash at the startup.  Add regression test for that, also.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92386

Files:
  clang/lib/Driver/ToolChains/VEToolchain.cpp
  clang/test/Driver/ve-toolchain.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92386.308627.patch
Type: text/x-patch
Size: 7175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201201/e89b90d2/attachment-0001.bin>


More information about the cfe-commits mailing list