Couple of fixes to mention bunzip2 and make instructions more clear.
[llvm-complete.git] / tools / llvmc / ll
blob8150204fee1b0c07f05966a9ad7809df35c5d352
1 # LLVM Assembly Config File For llvmc
2   version="1.0"
3   lang.name=LLVM Assembly
4   preprocessor.command=
5   preprocessor.required=false
6   translator.command=%bindir%/llvm-as %in% -o %out%
7   translator.preprocesses=true
8   translator.required=TRUE
9   optimizer.command=%bindir%/opt %in% -o %out% %opt% %args%
10   optimizer.translates=no
11   assembler.command=%bindir%/llc %in% -o %out%