Add @(rodata)

This commit is contained in:
gingerBill
2024-06-06 15:16:34 +01:00
parent 971229fe66
commit 9ef43fc782
6 changed files with 38 additions and 2 deletions
+1
View File
@@ -133,6 +133,7 @@ struct AttributeContext {
bool entry_point_only : 1;
bool instrumentation_enter : 1;
bool instrumentation_exit : 1;
bool rodata : 1;
u32 optimization_mode; // ProcedureOptimizationMode
i64 foreign_import_priority_index;
String extra_linker_flags;