Skip to content

Commit 3f32475

Browse files
committed
Add llvm-nm to list of LLVM tools built with stdlib standalone mode
1 parent b07ecb9 commit 3f32475

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-script-impl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,13 +1542,14 @@ for host in "${ALL_HOSTS[@]}"; do
15421542
# build of Swift depend on these for building and testing.
15431543
build_targets=(llvm-tblgen clang-resource-headers intrinsics_gen clang-tablegen-targets)
15441544
# If we are not performing a toolchain only build, then we
1545-
# also want to include FileCheck and not for testing
1545+
# also want to include FileCheck, not, llvm-nm for testing
15461546
# purposes.
15471547
if [[ ! "${BUILD_TOOLCHAIN_ONLY}" ]] ; then
15481548
build_targets=(
15491549
"${build_targets[@]}"
15501550
FileCheck
15511551
not
1552+
llvm-nm
15521553
)
15531554
fi
15541555
fi

0 commit comments

Comments
 (0)