mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
LLVM C backend: Obey directives on blocks, procedures, and expressions
e.g: #no_bounds_check / #bounds_check
This commit is contained in:
@@ -64,6 +64,8 @@ struct lbModule {
|
||||
LLVMModuleRef mod;
|
||||
LLVMContextRef ctx;
|
||||
|
||||
u64 state_flags;
|
||||
|
||||
CheckerInfo *info;
|
||||
|
||||
gbMutex mutex;
|
||||
|
||||
Reference in New Issue
Block a user