Include llvm-ar with llvm-tools component

This commit is contained in:
Philipp Oppermann 2019-03-21 23:29:47 +01:00
parent 89573b3c8b
commit 45e9accecb

View File

@ -190,6 +190,7 @@ pub unsafe fn setup(_build: &mut crate::Build) {
"llvm-readobj", // used to get information from ELFs/objects that the other tools don't provide
"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
"llvm-ar" // used for creating and modifying archive files
];
/// A structure representing a Rust compiler.