mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-08 11:34:20 +00:00
Const Aggregate Literals for IR; Module path fix
This commit is contained in:
@@ -278,6 +278,7 @@ void ssa_gen_tree(ssaGen *s) {
|
||||
}
|
||||
|
||||
{ // NOTE(bill): Setup type_info data
|
||||
// TODO(bill): Try and make a lot of this constant aggregate literals in LLVM IR
|
||||
ssaValue *type_info_data = NULL;
|
||||
ssaValue *type_info_member_data = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user