mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-26 05:38:14 +00:00
Remove tilde backend
This commit is contained in:
@@ -184,14 +184,8 @@ struct Entity {
|
||||
|
||||
Entity * aliased_of;
|
||||
|
||||
union {
|
||||
std::atomic<struct lbModule *> code_gen_module;
|
||||
struct cgModule *cg_module;
|
||||
};
|
||||
union {
|
||||
std::atomic<struct lbProcedure *> code_gen_procedure;
|
||||
struct cgProcedure *cg_procedure;
|
||||
};
|
||||
std::atomic<struct lbModule *> code_gen_module;
|
||||
std::atomic<struct lbProcedure *> code_gen_procedure;
|
||||
|
||||
u64 order_in_src;
|
||||
String deprecated_message;
|
||||
|
||||
Reference in New Issue
Block a user