]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/lib.rs
Rollup merge of #51962 - crlf0710:patch-2, r=alexcrichton
[rust.git] / src / bootstrap / lib.rs
index cd9a639e82e2f9c85580e40152ab5b9ce59dbdc2..1efff19dfb993a69da84014b34587d77ab484499 100644 (file)
@@ -206,7 +206,8 @@ pub unsafe fn setup(_build: &mut ::Build) {
     "llvm-objcopy", // used to transform ELFs into binary format which flashing tools consume
     "llvm-objdump", // used to disassemble programs
     "llvm-profdata", // used to inspect and merge files generated by profiles
-    "llvm-size", // prints the size of the linker sections of a program
+    "llvm-size", // used to prints the size of the linker sections of a program
+    "llvm-strip", // used to discard symbols from binary files to reduce their size
 ];
 
 /// A structure representing a Rust compiler.