mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-13 22:03:42 +00:00
Support @(link_section=<string>) for procedures
This commit is contained in:
@@ -249,6 +249,7 @@ struct Entity {
|
||||
String link_name;
|
||||
String link_prefix;
|
||||
String link_suffix;
|
||||
String link_section;
|
||||
String objc_selector_name;
|
||||
Entity *objc_class;
|
||||
DeferredProcedure deferred_procedure;
|
||||
|
||||
Reference in New Issue
Block a user