repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-exegesis] Fix missing std::move.
[llvm-complete.git]
/
lib
/
ExecutionEngine
/
PerfJITEvents
/
CMakeLists.txt
blob
136cc429d02952f451f2a3ab742d6ccb5c02ebe5
1
add_llvm_library(LLVMPerfJITEvents
2
PerfJITEventListener.cpp
3
)
4
5
add_dependencies(LLVMPerfJITEvents LLVMCodeGen)