mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 02:42:22 -07:00
10 lines
315 B
Batchfile
10 lines
315 B
Batchfile
@echo off
|
|
|
|
|
|
rem del "..\examples\test.bc"
|
|
call ..\bin\odin.exe ..\examples/test.odin
|
|
call lli ..\examples/test.ll
|
|
rem call opt -mem2reg ..\examples/test.ll > ..\examples/test.bc
|
|
rem call llvm-dis ..\examples/test.bc -o..\examples/test.ll
|
|
rem call clang ..\examples/test.c -O1 -S -emit-llvm -o ..\examples/test-c.ll
|