repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git]
/
llvm
/
lib
/
ExecutionEngine
/
OProfileJIT
/
CMakeLists.txt
blob
8d37238221f9f5b69d25f4388b2de1c0135b873f
1
2
include_directories( ${LLVM_OPROFILE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/.. )
3
4
add_llvm_component_library(LLVMOProfileJIT
5
OProfileJITEventListener.cpp
6
OProfileWrapper.cpp
7
8
LINK_COMPONENTS
9
DebugInfoDWARF
10
Support
11
Object
12
ExecutionEngine
13
)