[ORC] Add dependence on pthreads library to ORC.
authorLang Hames <lhames@gmail.com>
Mon, 11 Oct 2021 02:32:54 +0000 (19:32 -0700)
committerLang Hames <lhames@gmail.com>
Mon, 11 Oct 2021 02:34:34 +0000 (19:34 -0700)
commit771e69484a442b80b3c0fe3dd4306c9702e9a81f
tree66d46b3ccf29f3e6632d0f5a52aa945cab12b3ff
parent816e9d81e220c969d31a3e65bf60ccf0f6a720bf
[ORC] Add dependence on pthreads library to ORC.

f3411616896 introduced a dependence (for builds with LLVM_ENABLE_THREADS) on
pthreads. This commit updates the CMakeLists.txt file to include a LINK_LIBS
entry for pthreads.
llvm/lib/ExecutionEngine/Orc/CMakeLists.txt