mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +00:00
Branch Statements, if init statement, File parsing errors
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user