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.
1 parent b07ecb9 commit 3f32475Copy full SHA for 3f32475
utils/build-script-impl
@@ -1542,13 +1542,14 @@ for host in "${ALL_HOSTS[@]}"; do
1542
# build of Swift depend on these for building and testing.
1543
build_targets=(llvm-tblgen clang-resource-headers intrinsics_gen clang-tablegen-targets)
1544
# If we are not performing a toolchain only build, then we
1545
- # also want to include FileCheck and not for testing
+ # also want to include FileCheck, not, llvm-nm for testing
1546
# purposes.
1547
if [[ ! "${BUILD_TOOLCHAIN_ONLY}" ]] ; then
1548
build_targets=(
1549
"${build_targets[@]}"
1550
FileCheck
1551
not
1552
+ llvm-nm
1553
)
1554
fi
1555
0 commit comments