Skip to content

Commit 4a988dc

Browse files
committed
[build-script] Disable building llbuild Swift bindings
The CMake support in llbuild is finding the compiler in the system instead of the build products. This causes build errors if Swift is old on a system.
1 parent e49dbf5 commit 4a988dc

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
@@ -2355,7 +2355,6 @@ for host in "${ALL_HOSTS[@]}"; do
23552355
-DFILECHECK_EXECUTABLE:PATH="$(build_directory_bin ${LOCAL_HOST} llvm)/FileCheck"
23562356
-DCMAKE_BUILD_TYPE:STRING="${LLBUILD_BUILD_TYPE}"
23572357
-DLLVM_ENABLE_ASSERTIONS:BOOL=$(true_false "${LLBUILD_ENABLE_ASSERTIONS}")
2358-
-DLLBUILD_SUPPORT_BINDINGS:=Swift
23592358
)
23602359
;;
23612360
swiftpm)

0 commit comments

Comments
 (0)