Skip to content

Commit 0539b9b

Browse files
committed
[build-script] I am finding that I also need clang-tablegen-targets as well to get --xcode --skip-build-llvm to work.
1 parent 316875e commit 0539b9b

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)