Skip to content

Commit f7dd082

Browse files
authored
Merge pull request #3305 from gottesmm/do_not_pass_in_path_to_llvmconfig
2 parents b37330d + c8352da commit f7dd082

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script-impl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1893,7 +1893,6 @@ for host in "${ALL_HOSTS[@]}"; do
18931893
cmake_options=(
18941894
"${cmake_options[@]}"
18951895
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
1896-
-DLLVM_CONFIG:PATH="$(build_directory_bin ${host} llvm)/llvm-config"
18971896
-DSWIFT_PATH_TO_CLANG_SOURCE:PATH="${CLANG_SOURCE_DIR}"
18981897
-DSWIFT_PATH_TO_CLANG_BUILD:PATH="${llvm_build_dir}"
18991898
-DSWIFT_PATH_TO_LLVM_SOURCE:PATH="${LLVM_SOURCE_DIR}"

0 commit comments

Comments
 (0)