about summary refs log tree commit diff
path: root/src/liballoc/string.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-06-25 17:22:12 +0000
committerbors <bors@rust-lang.org>2018-06-25 17:22:12 +0000
commitb7c6e8f1805cd8a4b0a1c1f22f17a89e9e2cea23 (patch)
tree900d5440d16c5ad7a996e07958fcefcf0113dc14 /src/liballoc/string.rs
parent8acec1f9d0b40dde142e6c26d7358b9ab232d2b4 (diff)
parentf10da5fdb9f08a70d2917aadf51c1e7952b9027b (diff)
downloadrust-b7c6e8f1805cd8a4b0a1c1f22f17a89e9e2cea23.tar.gz
rust-b7c6e8f1805cd8a4b0a1c1f22f17a89e9e2cea23.zip
Auto merge of #51728 - bradjc:llvm-tools2, r=kennytm
build: add llvm-tools to manifest

This commit expands on a previous commit to build llvm-tools as a rustup component. It causes the llvm-tools component to be built if the extended step is active. It also adds llvm-tools to the build manifest so rustup can find it.

I tested this as far as I could, but had to hack `build-manifest/src/main.rs` a bit as it is not supported on MacOS. The main change I am not sure about is this line:

```rust
self.package("llvm-tools", &mut manifest.pkg, TARGETS);
```

There are numerous calls to `self.package()`, and I'm not sure if `TARGETS`, `HOSTS`, or `["*"]` is appropriate for llvm-tools.

Otherwise I mostly copied the example set by `rustfmt-preview`.
Diffstat (limited to 'src/liballoc/string.rs')
0 files changed, 0 insertions, 0 deletions