Skip to content

Commit 7545973

Browse files
author
Kjetil Kjeka
committed
LLVM_TOOLS: Include llvm-link as a llvm tool
1 parent 1508a03 commit 7545973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const LLVM_TOOLS: &[&str] = &[
6565
"llvm-ar", // used for creating and modifying archive files
6666
"llvm-as", // used to convert LLVM assembly to LLVM bitcode
6767
"llvm-dis", // used to disassemble LLVM bitcode
68+
"llvm-link", // Used to link LLVM bitcode
6869
"llc", // used to compile LLVM bytecode
6970
"opt", // used to optimize LLVM bytecode
7071
];

0 commit comments

Comments
 (0)