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/build-utils/cmake-32bit-llvm.bat

4 lines
147 B

mkdir llvm32
cd llvm32
cmake -DCMAKE_INSTALL_PREFIX=c:\ravi32 -G "Visual Studio 14" -DLLVM_JIT=ON -DLLVM_DIR=c:\LLVM37_32\share\llvm\cmake ..
cd ..