File tree 1 file changed +7
-3
lines changed 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2553,16 +2553,20 @@ for host in "${ALL_HOSTS[@]}"; do
2553
2553
llbuild)
2554
2554
cmake_options=(
2555
2555
" ${cmake_options[@]} "
2556
+
2557
+ -DCMAKE_BUILD_TYPE:STRING=" ${LLBUILD_BUILD_TYPE} "
2556
2558
-DCMAKE_INSTALL_PREFIX:PATH=" $( get_host_install_prefix ${host} ) "
2559
+ -DCMAKE_Swift_COMPILER:PATH=" $( build_directory_bin ${LOCAL_HOST} swift) /swiftc"
2560
+
2561
+ -DLLBUILD_ENABLE_ASSERTIONS:BOOL=$( true_false " ${LLBUILD_ENABLE_ASSERTIONS} " )
2562
+ -DLLBUILD_SUPPORT_BINDINGS:=Swift
2563
+
2557
2564
-DLIT_EXECUTABLE:PATH=" ${LLVM_SOURCE_DIR} /utils/lit/lit.py"
2558
2565
-DFILECHECK_EXECUTABLE:PATH=" $( build_directory_bin ${LOCAL_HOST} llvm) /FileCheck"
2559
- -DCMAKE_BUILD_TYPE:STRING=" ${LLBUILD_BUILD_TYPE} "
2560
- -DLLBUILD_ENABLE_ASSERTIONS:BOOL=$( true_false " ${LLBUILD_ENABLE_ASSERTIONS} " )
2561
2566
-DSWIFTC_EXECUTABLE:PATH=" $( build_directory_bin ${LOCAL_HOST} swift) /swiftc"
2562
2567
-DFOUNDATION_BUILD_DIR:PATH=" $( build_directory ${host} foundation) "
2563
2568
-DLIBDISPATCH_BUILD_DIR:PATH=" $( build_directory ${host} libdispatch) "
2564
2569
-DLIBDISPATCH_SOURCE_DIR:PATH=" ${LIBDISPATCH_SOURCE_DIR} "
2565
- -DLLBUILD_SUPPORT_BINDINGS:=Swift
2566
2570
)
2567
2571
;;
2568
2572
swiftpm)
You can’t perform that action at this time.
0 commit comments