Skip to content

Commit ab5e3e6

Browse files
committed
Added comment to explain why only RustIstaller has llvm_tools = false.
1 parent 4a0e92e commit ab5e3e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bootstrap/tool.rs

+3
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,9 @@ macro_rules! tool {
340340
}
341341
}
342342

343+
// FIXME(#51459): We have only checked that RustInstaller does not require
344+
// the LLVM binaries when running. We should go through all tools to determine
345+
// if they really need LLVM binaries, and make `llvm_tools` a required argument.
343346
tool!(
344347
Rustbook, "src/tools/rustbook", "rustbook", Mode::ToolRustc;
345348
ErrorIndex, "src/tools/error_index_generator", "error_index_generator", Mode::ToolRustc;

0 commit comments

Comments
 (0)