rust/src/tools
bors b7c6e8f180 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`.
2018-06-25 17:22:12 +00:00
..
build-manifest build: llvm_tools tidy 2018-06-23 12:34:18 -04:00
cargo@e2348c2db2 Update the cargo submodule 2018-06-07 11:51:43 +02:00
cargotest Update miri to rustc changes 2017-12-06 09:25:29 +01:00
clippy@ebe0b0eed5 Update clippy 2018-05-19 13:18:02 +02:00
compiletest compiletest: autoremove duplicate .nll.* files (#51204) 2018-06-08 01:10:34 +01:00
error_index_generator Rename main theme into light theme 2018-03-29 13:45:56 +02:00
linkchecker Bump to 1.27.0 2018-04-02 12:42:44 -07:00
lld@b87873eace rust: Import LLD for linking wasm objects 2018-03-03 20:21:35 -08:00
miri@e1734470e7 update the miri submodule to master 2018-06-03 14:31:37 +02:00
remote-test-client Add a disabled builder for aarch64 emulated tests 2017-07-24 16:24:52 -07:00
remote-test-server Add remote device testing support 2017-05-04 12:43:22 +02:00
rls@7d0bc550b0 Update RLS and Rustfmt 2018-06-07 15:14:49 +12:00
rust-installer@118e078c5b Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" 2018-06-21 06:53:26 -06:00
rustbook Update MDBook 2018-04-22 20:35:22 -05:00
rustdoc Rename rustdoc to use underscores 2018-05-17 08:47:25 -06:00
rustdoc-js Add rustdoc-js tester should-fail option 2018-06-16 00:13:28 +02:00
rustdoc-themes Rename main theme into light theme 2018-03-29 13:45:56 +02:00
rustfmt@87edd75ecf Update rustfmt submodule 2018-06-23 18:54:42 +01:00
tidy Fix tidy 2018-06-20 19:28:27 +02:00
unstable-book-gen Ensure every unstable feature has a tracking issue. 2018-05-27 14:22:35 +08:00
publish_toolstate.py Ping infra team on all tool bustage 2018-05-04 10:21:05 +12:00