[libc-commits] [libc] [libc][test] adds LINK_LIBRARIES pthread to pthreads test cmake (PR #89262)
Michael Flanders via libc-commits
libc-commits at lists.llvm.org
Thu Apr 18 10:04:11 PDT 2024
================
@@ -38,6 +40,8 @@ add_libc_unittest(
libc.src.pthread.pthread_mutexattr_setpshared
libc.src.pthread.pthread_mutexattr_setrobust
libc.src.pthread.pthread_mutexattr_settype
+ LINK_LIBRARIES
+ -pthread
----------------
Flandini wrote:
No, they are not. Removed.
https://github.com/llvm/llvm-project/pull/89262
More information about the libc-commits
mailing list