diff options
| author | gingerBill <ginger.bill.22@gmail.com> | 2016-07-24 22:06:58 +0100 |
|---|---|---|
| committer | gingerBill <ginger.bill.22@gmail.com> | 2016-07-24 22:06:58 +0100 |
| commit | 9d8355d3612e65a5764640fb972bc4ef9f013088 (patch) | |
| tree | 7d9d9a4c43ba7cf9c952d4f5c0d8e244612e36c0 /run.bat | |
| parent | 3fe7fc344d7d17a571a01e531db4a0e5ff057c9f (diff) | |
Branch Statements, if init statement, File parsing errors
Diffstat (limited to 'run.bat')
| -rw-r--r-- | run.bat | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -3,10 +3,6 @@ rem del "..\examples\test.bc" call ..\bin\odin.exe ..\examples/test.odin -rem clang -S -emit-llvm ..\examples/test.c -o ..\examples/test.ll -call llvm-as < ..\examples/test.ll rem call lli ..\examples/test.ll -rem call lli ..\examples/test.bc rem JIT -rem llc ..\examples/test.bc -march=x86-64 -o ..\examples/test.exe |