Add thread-safe utilities to LLVMType to allow constructing llvm types in...
Add thread-safe utilities to LLVMType to allow constructing llvm types in a multi-threaded environment. The LLVMContext is not thread-safe and directly constructing a raw llvm::Type can create situations where the LLVMContext is modified by multiple threads at the same time. -- PiperOrigin-RevId: 249526233
Loading
Please sign in to comment