File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2471,11 +2471,10 @@ for host in "${ALL_HOSTS[@]}"; do
2471
2471
-DLLDB_SWIFTC:PATH=" $( build_directory ${LOCAL_HOST} swift) /bin/swiftc"
2472
2472
-DLLDB_SWIFT_LIBS:PATH=" $( build_directory ${LOCAL_HOST} swift) /lib/swift"
2473
2473
-DCMAKE_INSTALL_PREFIX:PATH=" $( get_host_install_prefix ${host} ) "
2474
- -DClang_DIR:PATH=${llvm_build_dir} /lib/cmake/clang
2475
2474
-DLLVM_DIR:PATH=${llvm_build_dir} /lib/cmake/llvm
2476
- -DLLDB_PATH_TO_CLANG_BUILD:PATH=" ${llvm_build_dir} "
2475
+ -DClang_DIR:PATH=${llvm_build_dir} /lib/cmake/clang
2476
+ -DSwift_DIR:PATH=${swift_build_dir} /lib/cmake/swift
2477
2477
-DLLDB_PATH_TO_SWIFT_SOURCE:PATH=" ${SWIFT_SOURCE_DIR} "
2478
- -DLLDB_PATH_TO_SWIFT_BUILD:PATH=" ${swift_build_dir} "
2479
2478
-DLLDB_IS_BUILDBOT_BUILD:BOOL=" ${LLDB_IS_BUILDBOT_BUILD} "
2480
2479
-DLLDB_BUILD_DATE:STRING=" \" ${LLDB_BUILD_DATE} \" "
2481
2480
-DLLDB_ALLOW_STATIC_BINDINGS:BOOL=1
You can’t perform that action at this time.
0 commit comments