We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ea0b3 commit 562d50eCopy full SHA for 562d50e
src/bootstrap/lib.rs
@@ -177,6 +177,7 @@ const LLVM_TOOLS: &[&str] = &[
177
"llvm-size", // used to prints the size of the linker sections of a program
178
"llvm-strip", // used to discard symbols from binary files to reduce their size
179
"llvm-ar", // used for creating and modifying archive files
180
+ "llvm-as", // used to convert LLVM assembly to LLVM bitcode
181
"llvm-dis", // used to disassemble LLVM bitcode
182
"llc", // used to compile LLVM bytecode
183
"opt", // used to optimize LLVM bytecode
0 commit comments