Mercurial > hg > Members > tobaru > cbc > CbC_llvm
diff lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt @ 97:b0dd3743370f
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Oct 2015 19:39:58 +0900 |
parents | afa8332a0e37 |
children | 1172e4bd9c6f |
line wrap: on
line diff
--- a/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt Sat Apr 18 16:46:50 2015 +0900 +++ b/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt Wed Oct 14 19:39:58 2015 +0900 @@ -3,4 +3,6 @@ add_llvm_library(LLVMIntelJITEvents IntelJITEventListener.cpp jitprofiling.c - ) + + LINK_LIBS pthread ${CMAKE_DL_LIBS} +)