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
[SLP][REVEC] The vectorized result for ShuffleVector may not be ShuffleVectorInst...
[llvm-project.git]
/
bolt
/
lib
/
RuntimeLibs
/
CMakeLists.txt
blob
d3ac71d3e7978fe91c230194b17ab36353941437
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
JITLink
4
MC
5
Object
6
Support
7
)
8
9
add_llvm_library(LLVMBOLTRuntimeLibs
10
RuntimeLibrary.cpp
11
HugifyRuntimeLibrary.cpp
12
InstrumentationRuntimeLibrary.cpp
13
14
DISABLE_LLVM_LINK_LLVM_DYLIB
15
)
16
17
target_link_libraries(LLVMBOLTRuntimeLibs
18
PRIVATE
19
LLVMBOLTCore
20
LLVMBOLTPasses
21
LLVMBOLTUtils
22
)