Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison 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 |
comparison
equal
deleted
inserted
replaced
94:d52ff4b80465 | 97:b0dd3743370f |
---|---|
1 include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ) | 1 include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ) |
2 | 2 |
3 add_llvm_library(LLVMIntelJITEvents | 3 add_llvm_library(LLVMIntelJITEvents |
4 IntelJITEventListener.cpp | 4 IntelJITEventListener.cpp |
5 jitprofiling.c | 5 jitprofiling.c |
6 ) | 6 |
7 LINK_LIBS pthread ${CMAKE_DL_LIBS} | |
8 ) |