Skip to content

Commit 3e61f82

Browse files
author
Kjetil Kjeka
committed
LLVM_TOOLS: Include llvm-link as a llvm tool
1 parent d7d9f15 commit 3e61f82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const LLVM_TOOLS: &[&str] = &[
6262
"llvm-ar", // used for creating and modifying archive files
6363
"llvm-as", // used to convert LLVM assembly to LLVM bitcode
6464
"llvm-dis", // used to disassemble LLVM bitcode
65+
"llvm-link", // Used to link LLVM bytecode
6566
"llc", // used to compile LLVM bytecode
6667
"opt", // used to optimize LLVM bytecode
6768
];

0 commit comments

Comments
 (0)