projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
[oota-llvm.git]
/
lib
/
ExecutionEngine
/
IntelJITEvents
/
CMakeLists.txt
1
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3
add_llvm_library(LLVMIntelJITEvents
4
IntelJITEventListener.cpp
5
jitprofiling.c
6
)