]> git.lizzy.rs Git - rust.git/commitdiff
Include llvm-ar with llvm-tools component
authorPhilipp Oppermann <dev@phil-opp.com>
Thu, 21 Mar 2019 22:29:47 +0000 (23:29 +0100)
committerPhilipp Oppermann <dev@phil-opp.com>
Thu, 21 Mar 2019 22:44:10 +0000 (23:44 +0100)
src/bootstrap/lib.rs

index 976b30a55c94b7d8db3e09a705069622ebfc9ade..4887c9be6709a249d1e81538c3571ebf5edc6133 100644 (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.