diff options
| author | gingerBill <ginger.bill.22@gmail.com> | 2016-08-03 14:17:13 +0100 |
|---|---|---|
| committer | gingerBill <ginger.bill.22@gmail.com> | 2016-08-03 14:17:13 +0100 |
| commit | 0e92166d442b120b06db57623a93c6ec43e3fccb (patch) | |
| tree | 3912ff47c21eb848cfd754b745c262f7a4f4b04d /run.bat | |
| parent | 41e7cadb8df4b9833bc3dd827cac32fd3b01ddbd (diff) | |
Slice creation for SliceExpr
Diffstat (limited to 'run.bat')
| -rw-r--r-- | run.bat | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |