[all-commits] [llvm/llvm-project] 771e69: [ORC] Add dependence on pthreads library to ORC.
lhames via All-commits
all-commits at lists.llvm.org
Sun Oct 10 19:35:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 771e69484a442b80b3c0fe3dd4306c9702e9a81f
https://github.com/llvm/llvm-project/commit/771e69484a442b80b3c0fe3dd4306c9702e9a81f
Author: Lang Hames <lhames at gmail.com>
Date: 2021-10-10 (Sun, 10 Oct 2021)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
Log Message:
-----------
[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.
More information about the All-commits
mailing list