You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ravi/clang-output/runclang.bat

5 lines
150 B

setlocal
set PATH=%PATH%;"c:\Program Files (x86)\LLVM\bin"
rem clang -cc1 -O1 -disable-llvm-optzns -S -emit-llvm %1
clang -cc1 -O2 -S -emit-llvm %1