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 1508a03 commit 7545973Copy full SHA for 7545973
src/bootstrap/src/lib.rs
@@ -65,6 +65,7 @@ const LLVM_TOOLS: &[&str] = &[
65
"llvm-ar", // used for creating and modifying archive files
66
"llvm-as", // used to convert LLVM assembly to LLVM bitcode
67
"llvm-dis", // used to disassemble LLVM bitcode
68
+ "llvm-link", // Used to link LLVM bitcode
69
"llc", // used to compile LLVM bytecode
70
"opt", // used to optimize LLVM bytecode
71
];
0 commit comments