Add @(ignore_duplicates) for foreign import declarations

This commit is contained in:
gingerBill
2025-01-28 10:31:46 +00:00
parent e7cf6c3275
commit 868ab27720
31 changed files with 67 additions and 0 deletions

View File

@@ -274,6 +274,7 @@ struct Entity {
Slice<String> paths;
String name;
i64 priority_index;
bool ignore_duplicates;
String extra_linker_flags;
} LibraryName;
i32 Nil;