mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-31 02:12:04 +00:00
Add experimental atom op tables for llvm-backend
This commit is contained in:
@@ -114,6 +114,8 @@ struct Entity {
|
||||
isize order_in_src;
|
||||
String deprecated_message;
|
||||
|
||||
// IMPORTANT NOTE(bill): This must be a discriminated union because of patching
|
||||
// later entity kinds
|
||||
union {
|
||||
struct {
|
||||
ExactValue value;
|
||||
|
||||
Reference in New Issue
Block a user