mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 02:04:06 +00:00
link_prefix; thread_local; fix link_name for file-scope variables
This commit is contained in:
@@ -90,6 +90,7 @@ struct Entity {
|
||||
Entity * foreign_library;
|
||||
AstNode * foreign_library_ident;
|
||||
String link_name;
|
||||
String link_prefix;
|
||||
} Variable;
|
||||
struct {
|
||||
bool is_type_alias;
|
||||
@@ -98,6 +99,7 @@ struct Entity {
|
||||
struct {
|
||||
OverloadKind overload_kind;
|
||||
String link_name;
|
||||
String link_prefix;
|
||||
u64 tags;
|
||||
bool is_export;
|
||||
bool is_foreign;
|
||||
|
||||
Reference in New Issue
Block a user