Files
Odin/run.bat
gingerBill 776dc0e8f1 Restart LLVM IR SSA generation
This is the third go and I'm going for it!
2016-07-30 00:17:13 +01:00

8 lines
167 B
Batchfile

@echo off
rem del "..\examples\test.bc"
call ..\bin\odin.exe ..\examples/test.odin
call lli ..\examples/test.ll
rem call clang ..\examples/test.c -S -emit-llvm -o -