Skip to content

Commit 7d01093

Browse files
authored
Merge pull request #13369 from gottesmm/pr-5e3c2cfca611a0c002813ec4a9992365a9124d14
2 parents a3e3a3d + 4c762cf commit 7d01093

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)