mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Add asan support for various allocators
This commit is contained in:
@@ -383,6 +383,8 @@ struct lbProcedure {
|
||||
PtrMap<Ast *, lbValue> selector_values;
|
||||
PtrMap<Ast *, lbAddr> selector_addr;
|
||||
PtrMap<LLVMValueRef, lbTupleFix> tuple_fix_map;
|
||||
|
||||
Array<lbValue> asan_stack_locals;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user