llvm-6502/tools/llvmc/ll
Reid Spencer 53aa793721 Change @ -> % in config files. @name@ might be needed for config files to
themselves be configured via autoconf so its not a good substitition syntax
for llvmc. Furthermore % is more llvmish :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15957 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-20 22:53:11 +00:00

15 lines
454 B
Plaintext

# LLVM Assembly Config File For llvmc
lang.name=LLVM Assembly
preprocessor.command=
preprocessor.required=false
translator.command=llvm-as %in% -o %out%
translator.groks_dash_O=no
translator.optimizes=no
translator.preprocesses=true
translator.required=TRUE
optimizer.command=opt %in% -o %out%
optimizer.groks_dash_O=no
optimizer.groks_optimization=yes
assembler.command=llc %in% -o %out%
linker.command=llvm-link %in% -o %out%