Reid Spencer | 936f5c7 | 2004-08-15 08:16:12 +0000 | [diff] [blame] | 1 | # LLVM Assembly Config File For llvmc |
Reid Spencer | 01b77f9 | 2004-08-24 14:24:14 +0000 | [diff] [blame] | 2 | version="1.0" |
Reid Spencer | 936f5c7 | 2004-08-15 08:16:12 +0000 | [diff] [blame] | 3 | lang.name=LLVM Assembly |
| 4 | preprocessor.command= |
| 5 | preprocessor.required=false |
Reid Spencer | 53aa793 | 2004-08-20 22:53:11 +0000 | [diff] [blame] | 6 | translator.command=llvm-as %in% -o %out% |
Reid Spencer | 936f5c7 | 2004-08-15 08:16:12 +0000 | [diff] [blame] | 7 | translator.optimizes=no |
| 8 | translator.preprocesses=true |
| 9 | translator.required=TRUE |
Reid Spencer | 01b77f9 | 2004-08-24 14:24:14 +0000 | [diff] [blame] | 10 | optimizer.command=opt %in% -o %out% %opt% %args% |
| 11 | optimizer.translates=no |
Reid Spencer | 53aa793 | 2004-08-20 22:53:11 +0000 | [diff] [blame] | 12 | assembler.command=llc %in% -o %out% |