mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 18:06:49 +00:00
13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
|
# LLVM Assembly Config File For llvmc
|
||
|
version="1.0"
|
||
|
lang.name=LLVM Assembly
|
||
|
preprocessor.command=
|
||
|
preprocessor.required=false
|
||
|
translator.command=@bindir@/llvm-as %in% -o %out%
|
||
|
translator.optimizes=no
|
||
|
translator.preprocesses=true
|
||
|
translator.required=TRUE
|
||
|
optimizer.command=@bindir@/opt %in% -o %out% %opt% %args%
|
||
|
optimizer.translates=no
|
||
|
assembler.command=@bindir@/llc %in% -o %out%
|