LLVM C backend: Obey directives on blocks, procedures, and expressions

e.g: #no_bounds_check / #bounds_check
This commit is contained in:
Tetralux
2020-05-16 17:04:16 +00:00
parent 3bd01d3a02
commit 96ed948590
2 changed files with 61 additions and 1 deletions
+2
View File
@@ -64,6 +64,8 @@ struct lbModule {
LLVMModuleRef mod;
LLVMContextRef ctx;
u64 state_flags;
CheckerInfo *info;
gbMutex mutex;