summaryrefslogtreecommitdiff
path: root/tools/llvmc/ll
blob: 8150204fee1b0c07f05966a9ad7809df35c5d352 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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.preprocesses=true
  translator.required=TRUE
  optimizer.command=%bindir%/opt %in% -o %out% %opt% %args%
  optimizer.translates=no
  assembler.command=%bindir%/llc %in% -o %out%