We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e919669 commit ed252e9Copy full SHA for ed252e9
src/bootstrap/src/lib.rs
@@ -64,6 +64,7 @@ const LLVM_TOOLS: &[&str] = &[
64
"llvm-ar", // used for creating and modifying archive files
65
"llvm-as", // used to convert LLVM assembly to LLVM bitcode
66
"llvm-dis", // used to disassemble LLVM bitcode
67
+ "llvm-link", // Used to link LLVM bitcode
68
"llc", // used to compile LLVM bytecode
69
"opt", // used to optimize LLVM bytecode
70
];
0 commit comments