1static_library("GSYM") {
2  output_name = "LLVMDebugInfoGSYM"
3  deps = [
4    "//llvm/lib/MC",
5    "//llvm/lib/Support",
6  ]
7  sources = [
8    "FileWriter.cpp",
9    "FunctionInfo.cpp",
10    "GsymCreator.cpp",
11    "GsymReader.cpp",
12    "Header.cpp",
13    "InlineInfo.cpp",
14    "LineTable.cpp",
15    "LookupResult.cpp",
16    "Range.cpp",
17  ]
18}
19