Add @(priority_index=<int>) for foreign import

This commit is contained in:
gingerBill
2022-05-04 16:40:12 +01:00
parent 9f95d6fa65
commit e4743b15b1
4 changed files with 20 additions and 0 deletions
+1
View File
@@ -118,6 +118,7 @@ struct AttributeContext {
bool init : 1;
bool set_cold : 1;
u32 optimization_mode; // ProcedureOptimizationMode
i64 foreign_import_priority_index;
String objc_class;
String objc_name;