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
[LLVM][NFC] remove unused fields
[llvm-complete.git]
/
unittests
/
MC
/
CMakeLists.txt
blob
c760c0267a9cf68ce70489240565862c5a96d1d4
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
MC
4
MCDisassembler
5
Support
6
)
7
8
add_llvm_unittest(MCTests
9
Disassembler.cpp
10
DwarfLineTables.cpp
11
StringTableBuilderTest.cpp
12
TargetRegistry.cpp
13
)