mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
Begin work to move entry point code to Odin itself rather than in C++ side
This commit is contained in:
@@ -338,6 +338,9 @@ struct CheckerInfo {
|
||||
MPMCQueue<Entity *> required_global_variable_queue;
|
||||
MPMCQueue<Entity *> required_foreign_imports_through_force_queue;
|
||||
|
||||
MPMCQueue<Ast *> intrinsics_entry_point_usage;
|
||||
|
||||
|
||||
};
|
||||
|
||||
struct CheckerContext {
|
||||
|
||||
Reference in New Issue
Block a user