1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[Orc] Add pthread dependence to the RPCUtilsTest unit test.

llvm-svn: 266766
This commit is contained in:
Lang Hames 2016-04-19 17:13:52 +00:00
parent 8ff42fc519
commit 27f8f7a332

View File

@ -20,3 +20,5 @@ add_llvm_unittest(OrcJITTests
OrcTestCommon.cpp
RPCUtilsTest.cpp
)
target_link_libraries(OrcJITTests ${PTHREAD_LIB})