From 0b29e42adb1a9eebec6c5ecc630be91a41af07f1 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 3 Nov 2017 23:11:06 +0000 Subject: `link_prefix`; `thread_local`; fix `link_name` for file-scope variables --- src/entity.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entity.cpp') diff --git a/src/entity.cpp b/src/entity.cpp index de0922650..b84d9a7e0 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -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; -- cgit v1.2.3