Skip to content

Commit 562d50e

Browse files
committed
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.
1 parent d4ea0b3 commit 562d50e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/lib.rs

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

0 commit comments

Comments
 (0)