Skip to content

Commit 45e9acc

Browse files
committed
Include llvm-ar with llvm-tools component
1 parent 89573b3 commit 45e9acc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ const LLVM_TOOLS: &[&str] = &[
190190
"llvm-readobj", // used to get information from ELFs/objects that the other tools don't provide
191191
"llvm-size", // used to prints the size of the linker sections of a program
192192
"llvm-strip", // used to discard symbols from binary files to reduce their size
193+
"llvm-ar" // used for creating and modifying archive files
193194
];
194195

195196
/// A structure representing a Rust compiler.

0 commit comments

Comments
 (0)