blob: 3811734c933013638dc8fcd9867cf92f29769767 [file] [log] [blame]
Reid Spencer936f5c72004-08-15 08:16:12 +00001# LLVM Assembly Config File For llvmc
2 lang.name=LLVM Assembly
3 preprocessor.command=
4 preprocessor.required=false
Reid Spencer53aa7932004-08-20 22:53:11 +00005 translator.command=llvm-as %in% -o %out%
Reid Spencer936f5c72004-08-15 08:16:12 +00006 translator.groks_dash_O=no
7 translator.optimizes=no
8 translator.preprocesses=true
9 translator.required=TRUE
Reid Spencer53aa7932004-08-20 22:53:11 +000010 optimizer.command=opt %in% -o %out%
Reid Spencer6964e3f2004-08-16 07:06:13 +000011 optimizer.groks_dash_O=no
12 optimizer.groks_optimization=yes
Reid Spencer53aa7932004-08-20 22:53:11 +000013 assembler.command=llc %in% -o %out%
14 linker.command=llvm-link %in% -o %out%