Handle missing procedures better

This commit is contained in:
gingerBill
2025-09-19 16:15:04 +01:00
parent 655176e5e7
commit 9b8771b475
4 changed files with 21 additions and 11 deletions
+3 -3
View File
@@ -366,9 +366,9 @@ struct lbProcedure {
lbFunctionType *abi_function_type;
LLVMValueRef value;
LLVMBuilderRef builder;
bool is_done;
LLVMValueRef value;
LLVMBuilderRef builder;
std::atomic<bool> is_done;
lbAddr return_ptr;
Array<lbDefer> defer_stmts;