Add @(link_section=<string>) for global variables

This commit is contained in:
gingerBill
2021-05-24 15:41:22 +01:00
parent 79f115d6a7
commit c440296ae8
5 changed files with 18 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ struct Entity {
Ast * foreign_library_ident;
String link_name;
String link_prefix;
String link_section;
bool is_foreign;
bool is_export;
} Variable;