Skip to content

Commit bfc9b54

Browse files
authored
Add llvm-nm to list of LLVM tools built with stdlib standalone mode (swiftlang#33681)
1 parent 43d91ac commit bfc9b54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-script-impl

+2-1
Original file line numberDiff line numberDiff line change
@@ -1557,13 +1557,14 @@ for host in "${ALL_HOSTS[@]}"; do
15571557
# build of Swift depend on these for building and testing.
15581558
build_targets=(llvm-tblgen clang-resource-headers intrinsics_gen clang-tablegen-targets)
15591559
# If we are not performing a toolchain only build, then we
1560-
# also want to include FileCheck and not for testing
1560+
# also want to include FileCheck, not, llvm-nm for testing
15611561
# purposes.
15621562
if [[ ! "${BUILD_TOOLCHAIN_ONLY}" ]] ; then
15631563
build_targets=(
15641564
"${build_targets[@]}"
15651565
FileCheck
15661566
not
1567+
llvm-nm
15671568
)
15681569
fi
15691570
fi

0 commit comments

Comments
 (0)