mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-05 20:48:04 +00:00
__atomic_* "intrinsics" using LLVM instructions
This commit is contained in:
@@ -122,13 +122,13 @@ struct Entity {
|
||||
String ir_mangled_name;
|
||||
} TypeName;
|
||||
struct {
|
||||
u64 tags;
|
||||
Entity * foreign_library;
|
||||
Ast * foreign_library_ident;
|
||||
String link_name;
|
||||
String link_prefix;
|
||||
bool is_foreign;
|
||||
bool is_export;
|
||||
u64 tags;
|
||||
Entity *foreign_library;
|
||||
Ast * foreign_library_ident;
|
||||
String link_name;
|
||||
String link_prefix;
|
||||
bool is_foreign;
|
||||
bool is_export;
|
||||
} Procedure;
|
||||
struct {
|
||||
Array<Entity *> entities;
|
||||
|
||||
Reference in New Issue
Block a user