aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2025-04-02 18:23:08 +0100
committergingerBill <bill@gingerbill.org>2025-04-02 18:23:08 +0100
commitd0dd1b2d80ab32083f97a4753200758731155ade (patch)
tree4f6c6c2b0cc4ab944cf4fc3d966629120820d232 /src/llvm_backend.hpp
parentcc61fdd90e4447cb288d91f81e3832bd3e8ba1e0 (diff)
Add mutex for `lb_handle_objc_find_or_register_selector`
Diffstat (limited to 'src/llvm_backend.hpp')
-rw-r--r--src/llvm_backend.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/llvm_backend.hpp b/src/llvm_backend.hpp
index 4fd1b8d1a..610fb72e4 100644
--- a/src/llvm_backend.hpp
+++ b/src/llvm_backend.hpp
@@ -165,6 +165,7 @@ struct lbModule {
PtrMap<u64/*type hash*/, LLVMTypeRef> func_raw_types; // mutex: func_raw_types_mutex
RecursiveMutex types_mutex;
RecursiveMutex func_raw_types_mutex;
+ RecursiveMutex objc_selectors_mutex;
i32 internal_type_level;
RwMutex values_mutex;