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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266766 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Lang Hames 2016-04-19 17:13:52 +00:00
parent d72293fc94
commit 18d3f58338

View File

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