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
[docs] Fix build-docs.sh
[llvm-project.git]
/
llvm
/
unittests
/
tools
/
llvm-exegesis
/
ARM
/
CMakeLists.txt
blob
097a20d542d7224f5568591290eb83c33320363b
1
add_llvm_exegesis_unittest_includes(
2
${LLVM_MAIN_SRC_DIR}/lib/Target/ARM
3
${LLVM_BINARY_DIR}/lib/Target/ARM
4
${LLVM_MAIN_SRC_DIR}/tools/llvm-exegesis/lib
5
)
6
7
add_llvm_exegesis_unittest_link_components(
8
Core
9
MC
10
MCParser
11
Object
12
Support
13
Symbolize
14
ARM
15
)
16
17
add_llvm_exegesis_unittest_sources(
18
AssemblerTest.cpp
19
)