We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89573b3 commit 45e9accCopy full SHA for 45e9acc
src/bootstrap/lib.rs
@@ -190,6 +190,7 @@ const LLVM_TOOLS: &[&str] = &[
190
"llvm-readobj", // used to get information from ELFs/objects that the other tools don't provide
191
"llvm-size", // used to prints the size of the linker sections of a program
192
"llvm-strip", // used to discard symbols from binary files to reduce their size
193
+ "llvm-ar" // used for creating and modifying archive files
194
];
195
196
/// A structure representing a Rust compiler.
0 commit comments