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 43d91ac commit bfc9b54Copy full SHA for bfc9b54
utils/build-script-impl
@@ -1557,13 +1557,14 @@ for host in "${ALL_HOSTS[@]}"; do
1557
# build of Swift depend on these for building and testing.
1558
build_targets=(llvm-tblgen clang-resource-headers intrinsics_gen clang-tablegen-targets)
1559
# If we are not performing a toolchain only build, then we
1560
- # also want to include FileCheck and not for testing
+ # also want to include FileCheck, not, llvm-nm for testing
1561
# purposes.
1562
if [[ ! "${BUILD_TOOLCHAIN_ONLY}" ]] ; then
1563
build_targets=(
1564
"${build_targets[@]}"
1565
FileCheck
1566
not
1567
+ llvm-nm
1568
)
1569
fi
1570
0 commit comments