aboutsummaryrefslogtreecommitdiff
path: root/run.bat
diff options
context:
space:
mode:
authorgingerBill <ginger.bill.22@gmail.com>2016-07-30 00:09:30 +0100
committergingerBill <ginger.bill.22@gmail.com>2016-07-30 00:17:13 +0100
commit776dc0e8f1aa506ae0096c78ff10565e56c175e7 (patch)
tree946508a869196a3bf1d005e0ddffd182a1786a1d /run.bat
parent32ab8fcf99df786c264ca566799b022c66cca34b (diff)
Restart LLVM IR SSA generation
This is the third go and I'm going for it!
Diffstat (limited to 'run.bat')
-rw-r--r--run.bat5
1 files changed, 2 insertions, 3 deletions
diff --git a/run.bat b/run.bat
index ba78f765e..d2ce22d1c 100644
--- a/run.bat
+++ b/run.bat
@@ -3,6 +3,5 @@
rem del "..\examples\test.bc"
call ..\bin\odin.exe ..\examples/test.odin
-rem call lli ..\examples/test.ll
-
-
+call lli ..\examples/test.ll
+rem call clang ..\examples/test.c -S -emit-llvm -o -