We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d9f15 commit 3e61f82Copy full SHA for 3e61f82
src/bootstrap/src/lib.rs
@@ -62,6 +62,7 @@ const LLVM_TOOLS: &[&str] = &[
62
"llvm-ar", // used for creating and modifying archive files
63
"llvm-as", // used to convert LLVM assembly to LLVM bitcode
64
"llvm-dis", // used to disassemble LLVM bitcode
65
+ "llvm-link", // Used to link LLVM bytecode
66
"llc", // used to compile LLVM bytecode
67
"opt", // used to optimize LLVM bytecode
68
];
0 commit comments