mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 19:30:06 +00:00
Slice creation for SliceExpr
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
rem del "..\examples\test.bc"
|
||||
call ..\bin\odin.exe ..\examples/test.odin && lli ..\examples/test.ll
|
||||
call opt -mem2reg ..\examples/test.ll > ..\examples/test.bc
|
||||
call llvm-dis ..\examples/test.bc -o ..\examples/test.ll
|
||||
call clang ..\examples/test.c -O0 -S -emit-llvm -o ..\examples/test-c.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 -O0 -S -emit-llvm -o ..\examples/test-c.ll
|
||||
|
||||
Reference in New Issue
Block a user