| Dean Michael Berris | d6c1865 | 2017-01-11 06:39:09 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMXRay | 
| Dean Michael Berris | 02f097e | 2018-09-06 05:55:57 +0000 | [diff] [blame] | 2 | BlockIndexer.cpp | 
| Dean Michael Berris | b082c36 | 2018-09-10 02:35:25 +0000 | [diff] [blame] | 3 | BlockVerifier.cpp | 
| Dean Michael Berris | 146d5791 | 2018-08-31 08:04:56 +0000 | [diff] [blame] | 4 | FDRRecordProducer.cpp | 
| Dean Michael Berris | a6c6343 | 2018-08-30 07:22:21 +0000 | [diff] [blame] | 5 | FDRRecords.cpp | 
| 6 | FDRTraceWriter.cpp | ||||
| Dean Michael Berris | d764c1b | 2018-08-22 07:37:55 +0000 | [diff] [blame] | 7 | FileHeaderReader.cpp | 
| Dean Michael Berris | 0e8abab | 2017-02-01 00:05:29 +0000 | [diff] [blame] | 8 | InstrumentationMap.cpp | 
| Dean Michael Berris | 146d5791 | 2018-08-31 08:04:56 +0000 | [diff] [blame] | 9 | LogBuilderConsumer.cpp | 
| Dean Michael Berris | a6c6343 | 2018-08-30 07:22:21 +0000 | [diff] [blame] | 10 | Profile.cpp | 
| 11 | RecordInitializer.cpp | ||||
| Dean Michael Berris | fbc59d9 | 2018-09-05 06:57:23 +0000 | [diff] [blame] | 12 | RecordPrinter.cpp | 
| Dean Michael Berris | d6c1865 | 2017-01-11 06:39:09 +0000 | [diff] [blame] | 13 | 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 Berris | 0e8abab | 2017-02-01 00:05:29 +0000 | [diff] [blame] | 21 | LLVMObject | 
| Dean Michael Berris | d6c1865 | 2017-01-11 06:39:09 +0000 | [diff] [blame] | 22 | |
| 23 | LINK_LIBS | ||||
| 24 | LLVMSupport | ||||
| Dean Michael Berris | 0e8abab | 2017-02-01 00:05:29 +0000 | [diff] [blame] | 25 | LLVMObject | 
| Dean Michael Berris | d6c1865 | 2017-01-11 06:39:09 +0000 | [diff] [blame] | 26 | ) |