Skip to content

Commit 3fe2aba

Browse files
authored
Rollup merge of #78968 - zec:add-llvm-as, r=Mark-Simulacrum
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.
2 parents 6be44ed + e4a43fc commit 3fe2aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/bootstrap/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ const LLVM_TOOLS: &[&str] = &[
178178
"llvm-size", // used to prints the size of the linker sections of a program
179179
"llvm-strip", // used to discard symbols from binary files to reduce their size
180180
"llvm-ar", // used for creating and modifying archive files
181+
"llvm-as", // used to convert LLVM assembly to LLVM bitcode
181182
"llvm-dis", // used to disassemble LLVM bitcode
182183
"llc", // used to compile LLVM bytecode
183184
"opt", // used to optimize LLVM bytecode

0 commit comments

Comments
 (0)