blob: a37f2c12fbbce375abc5ce745c4d2caed43d1c62 [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 Berrisb082c362018-09-10 02:35:25 +00003 BlockVerifier.cpp
Dean Michael Berris146d57912018-08-31 08:04:56 +00004 FDRRecordProducer.cpp
Dean Michael Berrisa6c63432018-08-30 07:22:21 +00005 FDRRecords.cpp
6 FDRTraceWriter.cpp
Dean Michael Berrisd764c1b2018-08-22 07:37:55 +00007 FileHeaderReader.cpp
Dean Michael Berris0e8abab2017-02-01 00:05:29 +00008 InstrumentationMap.cpp
Dean Michael Berris146d57912018-08-31 08:04:56 +00009 LogBuilderConsumer.cpp
Dean Michael Berrisa6c63432018-08-30 07:22:21 +000010 Profile.cpp
11 RecordInitializer.cpp
Dean Michael Berrisfbc59d92018-09-05 06:57:23 +000012 RecordPrinter.cpp
Dean Michael Berrisd6c18652017-01-11 06:39:09 +000013 Trace.cpp
14
15 ADDITIONAL_HEADER_DIRS
16 ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT
17 ${LLVM_MAIN_INCLUDE_DIR}/llvm/XRay
18
19 DEPENDS
20 LLVMSupport
Dean Michael Berris0e8abab2017-02-01 00:05:29 +000021 LLVMObject
Dean Michael Berrisd6c18652017-01-11 06:39:09 +000022
23 LINK_LIBS
24 LLVMSupport
Dean Michael Berris0e8abab2017-02-01 00:05:29 +000025 LLVMObject
Dean Michael Berrisd6c18652017-01-11 06:39:09 +000026 )