21 lines
397 B
Plaintext
21 lines
397 B
Plaintext
|
static_library("GSYM") {
|
||
|
output_name = "LLVMDebugInfoGSYM"
|
||
|
deps = [
|
||
|
"//llvm/lib/MC",
|
||
|
"//llvm/lib/Support",
|
||
|
]
|
||
|
sources = [
|
||
|
"DwarfTransformer.cpp",
|
||
|
"FileWriter.cpp",
|
||
|
"FunctionInfo.cpp",
|
||
|
"GsymCreator.cpp",
|
||
|
"GsymReader.cpp",
|
||
|
"Header.cpp",
|
||
|
"InlineInfo.cpp",
|
||
|
"LineTable.cpp",
|
||
|
"LookupResult.cpp",
|
||
|
"ObjectFileTransformer.cpp",
|
||
|
"Range.cpp",
|
||
|
]
|
||
|
}
|