24 lines
494 B
Plaintext
24 lines
494 B
Plaintext
|
static_library("XRay") {
|
||
|
output_name = "LLVMXRay"
|
||
|
deps = [
|
||
|
"//llvm/lib/Object",
|
||
|
"//llvm/lib/Support",
|
||
|
]
|
||
|
sources = [
|
||
|
"BlockIndexer.cpp",
|
||
|
"BlockPrinter.cpp",
|
||
|
"BlockVerifier.cpp",
|
||
|
"FDRRecordProducer.cpp",
|
||
|
"FDRRecords.cpp",
|
||
|
"FDRTraceExpander.cpp",
|
||
|
"FDRTraceWriter.cpp",
|
||
|
"FileHeaderReader.cpp",
|
||
|
"InstrumentationMap.cpp",
|
||
|
"LogBuilderConsumer.cpp",
|
||
|
"Profile.cpp",
|
||
|
"RecordInitializer.cpp",
|
||
|
"RecordPrinter.cpp",
|
||
|
"Trace.cpp",
|
||
|
]
|
||
|
}
|