Skip to content

Commit 8506af7

Browse files
authored
build-presets: install llvm-nm on Linux as on all other platforms (#83228)
Follow up to #82945 that makes `llvm-nm` installation consistent on all platforms.
1 parent 9da9575 commit 8506af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-presets.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ no-swift-stdlib-assertions
848848
[preset: mixin_linux_install_components_with_clang]
849849

850850
swift-install-components=autolink-driver;compiler;clang-resource-dir-symlink;libexec;stdlib;swift-remote-mirror;sdk-overlay;static-mirror-lib;toolchain-tools;license;sourcekit-inproc
851-
llvm-install-components=llvm-ar;llvm-ranlib;llvm-cov;llvm-profdata;llvm-objdump;llvm-objcopy;llvm-symbolizer;IndexStore;clang;clang-resource-headers;builtins;runtimes;clangd;libclang;lld;LTO;clang-features-file
851+
llvm-install-components=llvm-ar;llvm-nm;llvm-ranlib;llvm-cov;llvm-profdata;llvm-objdump;llvm-objcopy;llvm-symbolizer;IndexStore;clang;clang-resource-headers;builtins;runtimes;clangd;libclang;lld;LTO;clang-features-file
852852

853853
[preset: mixin_linux_installation]
854854
mixin-preset=

0 commit comments

Comments
 (0)