diff options
| author | bors <bors@rust-lang.org> | 2018-06-21 11:28:14 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-06-21 11:28:14 +0000 |
| commit | e11c95dda154762276b92184df10e942991594ec (patch) | |
| tree | 6c2e7ac9808913d426b936d341629b02858aef6c /config.toml.example | |
| parent | 95979dcfb201f1d6906a2f256e5e311513cab4ea (diff) | |
| parent | 9a96876d2d1f8e2a4ca066f132c4b6ddec1b94ff (diff) | |
| download | rust-e11c95dda154762276b92184df10e942991594ec.tar.gz rust-e11c95dda154762276b92184df10e942991594ec.zip | |
Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrum
ship LLVM tools with the toolchain
this PR adds llvm-{nm,objcopy,objdump,size} to the rustc sysroot (right next to LLD)
this slightly increases the size of the rustc component. I measured these numbers on x86_64 Linux:
- rustc-1.27.0-dev-x86_64-unknown-linux-gnu.tar.gz 180M -> 193M (+7%)
- rustc-1.27.0-dev-x86_64-unknown-linux-gnu.tar.xz 129M -> 137M (+6%)
r? @alexcrichton
cc #49584
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example index feb55d57ef3..0578f929224 100644 --- a/config.toml.example +++ b/config.toml.example @@ -350,6 +350,10 @@ # rustc to execute. #lld = false +# Indicates whether some LLVM tools, like llvm-objdump, will be made available in the +# sysroot. +#llvm-tools = false + # Whether to deny warnings in crates #deny-warnings = true |
