aboutsummaryrefslogtreecommitdiff
path: root/run.bat
diff options
context:
space:
mode:
authorgingerBill <ginger.bill.22@gmail.com>2016-08-03 14:17:13 +0100
committergingerBill <ginger.bill.22@gmail.com>2016-08-03 14:17:13 +0100
commit0e92166d442b120b06db57623a93c6ec43e3fccb (patch)
tree3912ff47c21eb848cfd754b745c262f7a4f4b04d /run.bat
parent41e7cadb8df4b9833bc3dd827cac32fd3b01ddbd (diff)
Slice creation for SliceExpr
Diffstat (limited to 'run.bat')
-rw-r--r--run.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/run.bat b/run.bat
index 2ed5d13f0..e5f1b6d51 100644
--- a/run.bat
+++ b/run.bat
@@ -3,6 +3,6 @@
rem del "..\examples\test.bc"
call ..\bin\odin.exe ..\examples/test.odin && lli ..\examples/test.ll
-call opt -mem2reg ..\examples/test.ll > ..\examples/test.bc
-call llvm-dis ..\examples/test.bc -o ..\examples/test.ll
-call clang ..\examples/test.c -O0 -S -emit-llvm -o ..\examples/test-c.ll
+rem call opt -mem2reg ..\examples/test.ll > ..\examples/test.bc
+rem call llvm-dis ..\examples/test.bc -o ..\examples/test.ll
+rem call clang ..\examples/test.c -O0 -S -emit-llvm -o ..\examples/test-c.ll