diff options
| author | kennytm <kennytm@gmail.com> | 2018-06-10 04:50:42 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-06-10 04:50:42 +0800 |
| commit | ab5e3e66b57cded1127303d32adf35502d3e1fa0 (patch) | |
| tree | 077ac9a505164152767016a05e764d2d5a0a10e9 /src | |
| parent | 4a0e92eee5efbb362096a39f99aaaa69c0169ae5 (diff) | |
| download | rust-ab5e3e66b57cded1127303d32adf35502d3e1fa0.tar.gz rust-ab5e3e66b57cded1127303d32adf35502d3e1fa0.zip | |
Added comment to explain why only RustIstaller has `llvm_tools = false`.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/tool.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bootstrap/tool.rs b/src/bootstrap/tool.rs index 595fe0ab9ad..0c164d86332 100644 --- a/src/bootstrap/tool.rs +++ b/src/bootstrap/tool.rs @@ -340,6 +340,9 @@ macro_rules! tool { } } +// FIXME(#51459): We have only checked that RustInstaller does not require +// the LLVM binaries when running. We should go through all tools to determine +// if they really need LLVM binaries, and make `llvm_tools` a required argument. tool!( Rustbook, "src/tools/rustbook", "rustbook", Mode::ToolRustc; ErrorIndex, "src/tools/error_index_generator", "error_index_generator", Mode::ToolRustc; |
