[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 341890ad70
commit 79e096dbaf
1 changed files with 2 additions and 0 deletions

View File

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