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
[obj2yaml] - Stop triggering UB when dumping corrupted strings.
[llvm-complete.git]
/
unittests
/
tools
/
llvm-exegesis
/
Mips
/
CMakeLists.txt
blob
d6955d34706fe2e5d0b6dd9242822d2916f30d07
1
include_directories(
2
${LLVM_MAIN_SRC_DIR}/lib/Target/Mips
3
${LLVM_BINARY_DIR}/lib/Target/Mips
4
${LLVM_MAIN_SRC_DIR}/tools/llvm-exegesis/lib
5
)
6
7
set(LLVM_LINK_COMPONENTS
8
MC
9
MCParser
10
Object
11
Support
12
Symbolize
13
Mips
14
)
15
16
add_llvm_unittest(LLVMExegesisMipsTests
17
TargetTest.cpp
18
)
19
target_link_libraries(LLVMExegesisMipsTests PRIVATE
20
LLVMExegesis
21
LLVMExegesisMips)