1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| add_llvm_library(LLVMXRay
| InstrumentationMap.cpp
| Trace.cpp
|
| ADDITIONAL_HEADER_DIRS
| ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT
| ${LLVM_MAIN_INCLUDE_DIR}/llvm/XRay
|
| DEPENDS
| LLVMSupport
| LLVMObject
|
| LINK_LIBS
| LLVMSupport
| LLVMObject
| )
|
|