| Dean Michael Berris | d6c1865 | 2017-01-11 06:39:09 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMXRay |
| Dean Michael Berris | d764c1b | 2018-08-22 07:37:55 +0000 | [diff] [blame] | 2 | FileHeaderReader.cpp |
| Dean Michael Berris | 0e8abab | 2017-02-01 00:05:29 +0000 | [diff] [blame] | 3 | InstrumentationMap.cpp |
| Dean Michael Berris | d6c1865 | 2017-01-11 06:39:09 +0000 | [diff] [blame] | 4 | Trace.cpp |
| 5 | |
| 6 | ADDITIONAL_HEADER_DIRS |
| 7 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT |
| 8 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/XRay |
| 9 | |
| 10 | DEPENDS |
| 11 | LLVMSupport |
| Dean Michael Berris | 0e8abab | 2017-02-01 00:05:29 +0000 | [diff] [blame] | 12 | LLVMObject |
| Dean Michael Berris | d6c1865 | 2017-01-11 06:39:09 +0000 | [diff] [blame] | 13 | |
| 14 | LINK_LIBS |
| 15 | LLVMSupport |
| Dean Michael Berris | 0e8abab | 2017-02-01 00:05:29 +0000 | [diff] [blame] | 16 | LLVMObject |
| Dean Michael Berris | d6c1865 | 2017-01-11 06:39:09 +0000 | [diff] [blame] | 17 | ) |