We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b0cc7 commit db1c673Copy full SHA for db1c673
utils/build-script-impl
@@ -2355,9 +2355,7 @@ for host in "${ALL_HOSTS[@]}"; do
2355
-DFILECHECK_EXECUTABLE:PATH="$(build_directory_bin ${LOCAL_HOST} llvm)/FileCheck"
2356
-DCMAKE_BUILD_TYPE:STRING="${LLBUILD_BUILD_TYPE}"
2357
-DLLVM_ENABLE_ASSERTIONS:BOOL=$(true_false "${LLBUILD_ENABLE_ASSERTIONS}")
2358
- # We disable all bindings, since llbuild builds before Swift
2359
- # and can't use the unbuilt `swiftc`.
2360
- -DLLBUILD_SUPPORT_BINDINGS:=
+ -DLLBUILD_SUPPORT_BINDINGS:=Swift
2361
)
2362
;;
2363
swiftpm)
0 commit comments