[lit] Improve lit.Run class
[llvm-complete.git] / utils / gn / secondary / llvm / lib / DebugInfo / GSYM / BUILD.gn
bloba9d8c32f082881d2b12a045d1e2f943d3a0cb3be
1 static_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     "Range.cpp",
16   ]