blob: 72c40c046c83df8554675836931cad7e331a6e87 [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
7 FDRTraceWriter.cpp
Dean Michael Berrisd764c1b2018-08-22 07:37:55 +00008 FileHeaderReader.cpp
Dean Michael Berris0e8abab2017-02-01 00:05:29 +00009 InstrumentationMap.cpp
Dean Michael Berris146d57912018-08-31 08:04:56 +000010 LogBuilderConsumer.cpp
Dean Michael Berrisa6c63432018-08-30 07:22:21 +000011 Profile.cpp
12 RecordInitializer.cpp
Dean Michael Berrisfbc59d92018-09-05 06:57:23 +000013 RecordPrinter.cpp
Dean Michael Berrisd6c18652017-01-11 06:39:09 +000014 Trace.cpp
15
16 ADDITIONAL_HEADER_DIRS
17 ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT
18 ${LLVM_MAIN_INCLUDE_DIR}/llvm/XRay
19
20 DEPENDS
21 LLVMSupport
Dean Michael Berris0e8abab2017-02-01 00:05:29 +000022 LLVMObject
Dean Michael Berrisd6c18652017-01-11 06:39:09 +000023
24 LINK_LIBS
25 LLVMSupport
Dean Michael Berris0e8abab2017-02-01 00:05:29 +000026 LLVMObject
Dean Michael Berrisd6c18652017-01-11 06:39:09 +000027 )