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
[Clang][MIPS] Send correct architecture for MinGW toolchains (#121042)
[llvm-project.git]
/
llvm
/
unittests
/
Target
/
RISCV
/
CMakeLists.txt
blob
10d6412f9b358cd65e89f10be7a43e56faa91e16
1
include_directories(
2
${LLVM_MAIN_SRC_DIR}/lib/Target/RISCV
3
${LLVM_BINARY_DIR}/lib/Target/RISCV
4
)
5
6
set(LLVM_LINK_COMPONENTS
7
RISCVCodeGen
8
RISCVDesc
9
RISCVInfo
10
Analysis
11
CodeGen
12
Core
13
MC
14
SelectionDAG
15
TargetParser
16
)
17
18
add_llvm_target_unittest(RISCVTests
19
MCInstrAnalysisTest.cpp
20
RISCVInstrInfoTest.cpp
21
)