Add @(entry_point_only) for procedures

This commit is contained in:
gingerBill
2024-01-05 13:38:30 +00:00
parent 70c5153471
commit 2820bbc269
5 changed files with 14 additions and 0 deletions
+1
View File
@@ -123,6 +123,7 @@ struct AttributeContext {
bool init : 1;
bool fini : 1;
bool set_cold : 1;
bool entry_point_only : 1;
u32 optimization_mode; // ProcedureOptimizationMode
i64 foreign_import_priority_index;
String extra_linker_flags;