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/tests/language/clang-output/runclang.bat

5 lines
141 B

setlocal
set PATH=%PATH%;"c:\Software\clang6\bin"
clang -cc1 -O1 -disable-llvm-optzns -S -emit-llvm %1
rem clang -cc1 -O2 -S -emit-llvm %1