repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Generate 8.1-m CSINC, CSNEG and CSINV instructions.
[llvm-core.git]
/
lib
/
ExecutionEngine
/
OProfileJIT
/
CMakeLists.txt
blob
d585136eb0ace450d8c8d07f00cdcddc792b3c30
1
2
include_directories( ${LLVM_OPROFILE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/.. )
3
4
add_llvm_library(LLVMOProfileJIT
5
OProfileJITEventListener.cpp
6
OProfileWrapper.cpp
7
)