mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-06 10:44:06 +00:00
8 lines
167 B
Batchfile
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 -
|