llc is the LLVM Static Compiler. Use this tag for questions related to running llc, or problems encountered when using it.
The llc command is part of the llvm compiler infrastructure. It's output is assembly language that can be passed to a native assembler for final code generation.
Use this tag if you have a question about running llc, using llc options, or have a problem when running it.
See the llc documentation for additional information.