diff options
| author | Philipp Oppermann <dev@phil-opp.com> | 2019-03-21 23:29:47 +0100 |
|---|---|---|
| committer | Philipp Oppermann <dev@phil-opp.com> | 2019-03-21 23:44:10 +0100 |
| commit | 45e9accecb18cbdbadad05abeed860f68d7a46f3 (patch) | |
| tree | 3cd265815201273a3e489ad1a65ce3d15928c21b /src | |
| parent | 89573b3c8b629507130b1ec8beeaf550fdc0e046 (diff) | |
| download | rust-45e9accecb18cbdbadad05abeed860f68d7a46f3.tar.gz rust-45e9accecb18cbdbadad05abeed860f68d7a46f3.zip | |
Include llvm-ar with llvm-tools component
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 976b30a55c9..4887c9be670 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -190,6 +190,7 @@ const LLVM_TOOLS: &[&str] = &[ "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. |
