mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
04ce97fcfb
llvm-svn: 16026
13 lines
376 B
Plaintext
13 lines
376 B
Plaintext
# LLVM Assembly Config File For llvmc
|
|
version="1.0"
|
|
lang.name=LLVM Assembly
|
|
preprocessor.command=
|
|
preprocessor.required=false
|
|
translator.command=llvm-as %in% -o %out%
|
|
translator.optimizes=no
|
|
translator.preprocesses=true
|
|
translator.required=TRUE
|
|
optimizer.command=opt %in% -o %out% %opt% %args%
|
|
optimizer.translates=no
|
|
assembler.command=llc %in% -o %out%
|