Skip to content

Commit

Permalink
Rollup merge of #78968 - zec:add-llvm-as, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Include llvm-as in llvm-tools-preview component

Including `llvm-as` adds the ability to include assembly language fragments that can be inlined using LTO while making sure the correct version of LLVM is always used.
  • Loading branch information
Dylan-DPC committed Nov 15, 2020
2 parents 6be44ed + e4a43fc commit 3fe2aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ const LLVM_TOOLS: &[&str] = &[
"llvm-size", // used to prints the size of the linker sections of a program
"llvm-strip", // used to discard symbols from binary files to reduce their size
"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
"llc", // used to compile LLVM bytecode
"opt", // used to optimize LLVM bytecode
Expand Down

0 comments on commit 3fe2aba

Please sign in to comment.