[compiler-rt] [ORC_RT][COFF] add more mutex to internal api (PR #112667)

Wu Yingcong via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 19:13:20 PDT 2024


yingcong-wu wrote:

I just think that since it is a recursive_mutex, we just need to lock it whenever we use it to avoid the mental burden of remembering to lock it in the public interface.

https://github.com/llvm/llvm-project/pull/112667


More information about the llvm-commits mailing list