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-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
lib
/
DebugInfo
/
GSYM
/
BUILD.gn
blob
ceaf5e509d56cd053735e659ab6130b1ab50e10c
1
static_library("GSYM") {
2
output_name = "LLVMDebugInfoGSYM"
3
deps = [
4
"//llvm/lib/Support",
5
]
6
sources = [
7
"FileWriter.cpp",
8
"FunctionInfo.cpp",
9
"Header.cpp",
10
"InlineInfo.cpp",
11
"LineTable.cpp",
12
"Range.cpp",
13
]
14
}