[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git] / utils / gn / secondary / llvm / lib / DebugInfo / GSYM / BUILD.gn
blobceaf5e509d56cd053735e659ab6130b1ab50e10c
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   ]