Skip to content

Commit

Permalink
LLVM_TOOLS: Include llvm-link as a llvm tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjetil Kjeka committed Mar 11, 2024
1 parent e919669 commit ed252e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const LLVM_TOOLS: &[&str] = &[
"llvm-ar", // used for creating and modifying archive files
"llvm-as", // used to convert LLVM assembly to LLVM bitcode
"llvm-dis", // used to disassemble LLVM bitcode
"llvm-link", // Used to link LLVM bitcode
"llc", // used to compile LLVM bytecode
"opt", // used to optimize LLVM bytecode
];
Expand Down

0 comments on commit ed252e9

Please sign in to comment.