llvm-as is the LLVM assembler. It reads a file containing human-readable LLVM assembly language, translates it to LLVM bitcode, and writes the result into a file or to standard output.
10:34 AM
If the input is a file that ends with .ll, then the output file is of the same name, except that the suffix is changed to .bc.