mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
Add @(link_section=<string>) for global variables
This commit is contained in:
@@ -109,6 +109,7 @@ struct AttributeContext {
|
||||
bool set_cold;
|
||||
String link_name;
|
||||
String link_prefix;
|
||||
String link_section;
|
||||
isize init_expr_list_count;
|
||||
String thread_local_model;
|
||||
String deprecated_message;
|
||||
|
||||
Reference in New Issue
Block a user