Skip to content

Commit a67e54a

Browse files
authored
Merge pull request #13374 from gottesmm/pr-28377825701499eafdaedb934c969658a18cbad2
2 parents ca9d5a9 + 0539b9b commit a67e54a

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 intrinsics_gen)
2005+
build_targets=(llvm-tblgen clang-headers intrinsics_gen clang-tablegen-targets)
20062006
fi
20072007

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

0 commit comments

Comments
 (0)