aboutsummaryrefslogtreecommitdiff
path: root/run.bat
diff options
context:
space:
mode:
authorgingerBill <ginger.bill.22@gmail.com>2016-07-24 22:06:58 +0100
committergingerBill <ginger.bill.22@gmail.com>2016-07-24 22:06:58 +0100
commit9d8355d3612e65a5764640fb972bc4ef9f013088 (patch)
tree7d9d9a4c43ba7cf9c952d4f5c0d8e244612e36c0 /run.bat
parent3fe7fc344d7d17a571a01e531db4a0e5ff057c9f (diff)
Branch Statements, if init statement, File parsing errors
Diffstat (limited to 'run.bat')
-rw-r--r--run.bat4
1 files changed, 0 insertions, 4 deletions
diff --git a/run.bat b/run.bat
index 7868aeaa4..ba78f765e 100644
--- a/run.bat
+++ b/run.bat
@@ -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