Sign in
fuchsia
/
third_party
/
llvm-test-suite
/
refs/tags/llvmorg-12.0.1
/
.
/
SingleSource
/
UnitTests
/
Threads
/
CMakeLists.txt
blob: 62420645062e25cb1666a15d780fc85a0e6f4172 [
file
] [
log
] [
blame
]
# XCore and older Darwin version do not support thread local storage
if
(
NOT ARCH STREQUAL
"XCore"
AND NOT ARCH STREQUAL
"Darwin"
)
list
(
APPEND LDFLAGS
-
pthread
)
list
(
APPEND CFLAGS
-
pthread
)
llvm_singlesource
()
endif
()