mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
Support #soa array iteration in a for in loop for -llvm-api backend only
This commit is contained in:
@@ -98,6 +98,7 @@ struct lbModule {
|
||||
i32 internal_type_level;
|
||||
|
||||
Map<lbValue> values; // Key: Entity *
|
||||
Map<lbAddr> soa_values; // Key: Entity *
|
||||
StringMap<lbValue> members;
|
||||
StringMap<lbProcedure *> procedures;
|
||||
Map<Entity *> procedure_values; // Key: LLVMValueRef
|
||||
|
||||
Reference in New Issue
Block a user