mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-02 11:12:31 +00:00
Tuple support in codegen
This commit is contained in:
@@ -81,6 +81,8 @@ void ssa_gen_code(ssaGen *s) {
|
||||
ssa_build_proc(v);
|
||||
}
|
||||
|
||||
// m->layout = make_string("e-p:64:64:64");
|
||||
|
||||
ssa_print_llvm_ir(&s->output_file, &s->module);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user