File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1263,7 +1263,7 @@ FOUNDATION_STATIC_SOURCE_DIR="${WORKSPACE}/swift-corelibs-foundation"
1263
1263
LIBDISPATCH_SOURCE_DIR=" ${WORKSPACE} /swift-corelibs-libdispatch"
1264
1264
LIBDISPATCH_STATIC_SOURCE_DIR=" ${WORKSPACE} /swift-corelibs-libdispatch"
1265
1265
LIBICU_SOURCE_DIR=" ${WORKSPACE} /icu"
1266
- LIBCXX_SOURCE_DIR=" ${WORKSPACE} /llvm-project/libcxx "
1266
+ LIBCXX_SOURCE_DIR=" ${WORKSPACE} /llvm-project/runtimes "
1267
1267
EXPERIMENTAL_STRING_PROCESSING_SOURCE_DIR=" ${WORKSPACE} /swift-experimental-string-processing"
1268
1268
LIBXML2_SOURCE_DIR=" ${WORKSPACE} /libxml2"
1269
1269
@@ -1900,8 +1900,9 @@ for host in "${ALL_HOSTS[@]}"; do
1900
1900
;;
1901
1901
1902
1902
libcxx)
1903
- build_targets=()
1903
+ build_targets=(cxx )
1904
1904
cmake_options=(
1905
+ -DLLVM_ENABLE_RUNTIMES=" libcxx" -DLIBCXX_INSTALL_LIBRARY=OFF
1905
1906
" ${cmake_options[@]} "
1906
1907
" ${llvm_cmake_options[@]} "
1907
1908
)
You can’t perform that action at this time.
0 commit comments