Skip to content

Commit

Permalink
Added comment to explain why only RustIstaller has llvm_tools = false.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Jun 9, 2018
1 parent 4a0e92e commit ab5e3e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bootstrap/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ab5e3e6

Please sign in to comment.