blob: 84d2914e0c0e9683c4a8d58fee6860a45b18a8b9 [file] [log] [blame]
Dean Michael Berrisd6c18652017-01-11 06:39:09 +00001add_llvm_library(LLVMXRay
Dean Michael Berris02f097e2018-09-06 05:55:57 +00002 BlockIndexer.cpp
Dean Michael Berrisdd01efc2018-09-11 00:22:53 +00003 BlockPrinter.cpp
Dean Michael Berrisb082c362018-09-10 02:35:25 +00004 BlockVerifier.cpp
Dean Michael Berris146d57912018-08-31 08:04:56 +00005 FDRRecordProducer.cpp
Dean Michael Berrisa6c63432018-08-30 07:22:21 +00006 FDRRecords.cpp
Dean Michael Berris985c2b92018-09-11 06:45:59 +00007 FDRTraceExpander.cpp
Dean Michael Berrisa6c63432018-08-30 07:22:21 +00008 FDRTraceWriter.cpp
Dean Michael Berrisd764c1b2018-08-22 07:37:55 +00009 FileHeaderReader.cpp
Dean Michael Berris0e8abab2017-02-01 00:05:29 +000010 InstrumentationMap.cpp
Dean Michael Berris146d57912018-08-31 08:04:56 +000011 LogBuilderConsumer.cpp
Dean Michael Berrisa6c63432018-08-30 07:22:21 +000012 Profile.cpp
13 RecordInitializer.cpp
Dean Michael Berrisfbc59d92018-09-05 06:57:23 +000014 RecordPrinter.cpp
Dean Michael Berrisd6c18652017-01-11 06:39:09 +000015 Trace.cpp
16
17 ADDITIONAL_HEADER_DIRS
18 ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT
19 ${LLVM_MAIN_INCLUDE_DIR}/llvm/XRay
Dean Michael Berrisd6c18652017-01-11 06:39:09 +000020 )