Skip to content

Commit b9eb66b

Browse files
committed
Set LIBCXX_INCLUDE_TESTS=FALSE when building libcxx
The DLL build fails since we stopped setting LIBCXX_ABI_UNSTABLE=TRUE, if the tests are enabled (which they are if building against a non-stripped llvm installation).
1 parent 585c767 commit b9eb66b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-libcxx.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ build_all() {
211211
-DLIBCXX_CXX_ABI_INCLUDE_PATHS=../../libcxxabi/include \
212212
-DLIBCXX_CXX_ABI_LIBRARY_PATH=../../libcxxabi/build-$arch-$type/lib \
213213
-DLIBCXX_LIBDIR_SUFFIX="" \
214+
-DLIBCXX_INCLUDE_TESTS=FALSE \
214215
-DCMAKE_CXX_FLAGS="$LIBCXX_VISIBILITY_FLAGS" \
215216
-DCMAKE_SHARED_LINKER_FLAGS="-lunwind -Wl,--export-all-symbols" \
216217
-DLIBCXX_ENABLE_ABI_LINKER_SCRIPT=FALSE \

0 commit comments

Comments
 (0)