Skip to content

Commit f81d767

Browse files
committed
[build-script-impl] Do not build llvm-config when --skip-build-llvm is passed in. We no longer use it.
Due to my cleanups of Swift's LLVM integration, llvm-config does not need to ever be built.
1 parent 7256fcb commit f81d767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ for host in "${ALL_HOSTS[@]}"; do
18451845
if [ "${SKIP_BUILD_LLVM}" ] ; then
18461846
# We can't skip the build completely because the standalone
18471847
# build of Swift depend on these.
1848-
build_targets=(llvm-config llvm-tblgen clang-headers)
1848+
build_targets=(llvm-tblgen clang-headers)
18491849
fi
18501850

18511851
# Note: we set the variable:

0 commit comments

Comments
 (0)