We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e819ea + 4b7a4f5 commit 52d6a54Copy full SHA for 52d6a54
utils/build-script-impl
@@ -2150,8 +2150,8 @@ for host in "${ALL_HOSTS[@]}"; do
2150
fi
2151
if [ "${SKIP_BUILD_LLVM}" ] ; then
2152
# We can't skip the build completely because the standalone
2153
- # build of Swift depend on these.
2154
- build_targets=(llvm-tblgen clang-headers intrinsics_gen clang-tablegen-targets)
+ # build of Swift depend on these for testing etc.
+ build_targets=(llvm-tblgen clang-headers intrinsics_gen clang-tablegen-targets FileCheck not)
2155
2156
2157
if [ "${HOST_LIBTOOL}" ] ; then
0 commit comments