[all-commits] [llvm/llvm-project] 7d30df: [VE] Add standard include path and library path fo...
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Thu Dec 3 05:23:18 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7d30df7b59973a42a93c86cb501bd3d0fbb07404
https://github.com/llvm/llvm-project/commit/7d30df7b59973a42a93c86cb501bd3d0fbb07404
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M clang/lib/Driver/ToolChains/VEToolchain.cpp
A clang/test/Driver/ve-toolchain.cpp
Log Message:
-----------
[VE] Add standard include path and library path for C++
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.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D92386
More information about the All-commits
mailing list