Skip to content

Commit 4c762cf

Browse files
committed
[build-script] When skipping building LLVM, make sure to call intrinsics_gen as well as clang-headers.
SILGen depends on headers generated by this build step.
1 parent b96731d commit 4c762cf

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
@@ -2002,7 +2002,7 @@ for host in "${ALL_HOSTS[@]}"; do
20022002
if [ "${SKIP_BUILD_LLVM}" ] ; then
20032003
# We can't skip the build completely because the standalone
20042004
# build of Swift depend on these.
2005-
build_targets=(llvm-tblgen clang-headers)
2005+
build_targets=(llvm-tblgen clang-headers intrinsics_gen)
20062006
fi
20072007

20082008
if [ "${HOST_LIBTOOL}" ] ; then

0 commit comments

Comments
 (0)