Skip to content

Commit

Permalink
issue #163
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Dec 13, 2019
1 parent 12eda8c commit d307677
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-utils/cmake-64bit-llvm8.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rmdir /s llvm8
mkdir llvm8
cd llvm8
cmake -DCMAKE_INSTALL_PREFIX=c:\Software\ravi -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release -DLLVM_JIT=ON -DLLVM_DIR=c:\Software\llvm801\lib\cmake\llvm ..
cd ..
5 changes: 5 additions & 0 deletions build-utils/cmake-64bit-llvm9d.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rmdir /s llvm9d
mkdir llvm9d
cd llvm9d
cmake -DCMAKE_INSTALL_PREFIX=c:\Software\ravi -G "Visual Studio 15 2017 Win64" -DLLVM_JIT=ON -DLLVM_DIR=c:\Software\llvm900\lib\cmake\llvm ..
cd ..
5 changes: 5 additions & 0 deletions build-utils/cmake-64bit-llvm9r.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rmdir /s llvm9r
mkdir llvm9r
cd llvm9r
cmake -DCMAKE_INSTALL_PREFIX=c:\Software\ravi -G "Visual Studio 15 2017 Win64" -DLLVM_JIT=ON -DLLVM_DIR=c:\Software\llvm900r\lib\cmake\llvm ..
cd ..

0 comments on commit d307677

Please sign in to comment.