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
[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
unittests
/
DebugInfo
/
GSYM
/
BUILD.gn
blob
a5e13a41342117d425f4bc530667d176b0e9be33
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("DebugInfoGSYMTests") {
4
deps = [
5
"//llvm/lib/CodeGen/AsmPrinter",
6
"//llvm/lib/DebugInfo/GSYM",
7
"//llvm/lib/MC",
8
"//llvm/lib/Object",
9
"//llvm/lib/ObjectYAML",
10
"//llvm/lib/Support",
11
"//llvm/lib/Target:TargetsToBuild",
12
"//llvm/lib/Testing/Support",
13
]
14
sources = [
15
"GSYMTest.cpp",
16
]
17
}