[llvm] [Flang] explicitly link the pthread library when building shared flang-rt. (PR #129956)
Daniel Chen via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 12:41:35 PST 2025
================
@@ -245,6 +245,8 @@ check_cxx_compiler_flag("-UTESTFLAG" FLANG_RT_SUPPORTS_UNDEFINE_FLAG)
# Check whether -fno-lto is supported.
check_cxx_compiler_flag(-fno-lto FLANG_RT_HAS_FNO_LTO_FLAG)
+# Search for pthread library
----------------
DanielCChen wrote:
Sure. I will update the comments.
Thanks for the pointer to the blog!
https://github.com/llvm/llvm-project/pull/129956
More information about the llvm-commits
mailing list