[compiler-rt] [compiler-rt][builtins] Add opt-in pthread_mutex_t locks to libatomic (PR #95326)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 10:03:14 PDT 2024


================
@@ -237,6 +237,14 @@ if(NOT FUCHSIA AND NOT COMPILER_RT_BAREMETAL_BUILD)
   )
 endif()
 
+option(COMPILER_RT_LIBATOMIC_USE_PTHREAD
----------------
Logikable wrote:

We can try to switch that after this PR lands.

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


More information about the llvm-commits mailing list