Reid Spencer 936f5c72e2 Initial configuration files (to be installed) for ll (LLVM Assembly) and
st (Stacker) source files. These versions for testing/review only.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15764 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-15 08:16:12 +00:00

13 lines
391 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@
assembler.command=llc @in@ -o @out@
linker.command=llvm-link @in@ -o @out@