libc++ requires the LLVM_PATH, adding it

This commit is contained in:
Sylvestre Ledru 2020-06-28 17:44:23 +02:00
parent 540ef4243b
commit 01dda1c9fc
2 changed files with 3 additions and 1 deletions

3
debian/changelog vendored
View File

@ -1,5 +1,6 @@
llvm-toolchain-snapshot (1:11~++20200624010232+05e10ee0aee-1~exp1) UNRELEASED; urgency=medium
llvm-toolchain-snapshot (1:11~++20200627051547+74dc081ef2d-1~exp1) UNRELEASED; urgency=medium
* libc++ requires the LLVM_PATH, adding it
* Remove no-z3.patch, seems to be merged upstream
* No longer install clang-import-test (upstream change)
See https://reviews.llvm.org/D82169

1
debian/rules vendored
View File

@ -436,6 +436,7 @@ LIBCXX_CMAKE_OPTIONS := \
-DCMAKE_RANLIB=$(CURDIR)/$(TARGET_BUILD_STAGE2)/bin/llvm-ranlib \
-DLLVM_EXTERNAL_LIT=$(BASE_PATH)/llvm/utils/lit/lit.py \
-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON \
-DLLVM_PATH=$(BASE_PATH)/llvm \
$(CMAKE_EXTRA) \
$(CMAKE_EXTRA_LIBCXX)