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
gn build: Merge r372706
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
unittests
/
MC
/
BUILD.gn
blob
01be445487d28c7b8e7cb22c97d543f74d6fa8b2
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("MCTests") {
4
deps = [
5
"//llvm/lib/MC",
6
"//llvm/lib/MC/MCDisassembler",
7
"//llvm/lib/Support",
8
"//llvm/lib/Target:TargetsToBuild",
9
]
10
sources = [
11
"Disassembler.cpp",
12
"DwarfLineTables.cpp",
13
"MCInstPrinter.cpp",
14
"StringTableBuilderTest.cpp",
15
"TargetRegistry.cpp",
16
]
17
}