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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
bolt
/
lib
/
Target
/
RISCV
/
CMakeLists.txt
blob
7f95576063200882b44f27e87e76e84dd96525e7
1
set(LLVM_LINK_COMPONENTS
2
MC
3
Support
4
RISCVDesc
5
)
6
7
add_llvm_library(LLVMBOLTTargetRISCV
8
RISCVMCPlusBuilder.cpp
9
10
DISABLE_LLVM_LINK_LLVM_DYLIB
11
12
DEPENDS
13
RISCVCommonTableGen
14
)
15
16
target_link_libraries(LLVMBOLTTargetRISCV PRIVATE LLVMBOLTCore)
17
18
include_directories(
19
${LLVM_MAIN_SRC_DIR}/lib/Target/RISCV
20
${LLVM_BINARY_DIR}/lib/Target/RISCV
21
)