diff options
Diffstat (limited to 'contrib/llvm/lib/XRay/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/lib/XRay/CMakeLists.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/llvm/lib/XRay/CMakeLists.txt b/contrib/llvm/lib/XRay/CMakeLists.txt deleted file mode 100644 index 6c1acba..0000000 --- a/contrib/llvm/lib/XRay/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -add_llvm_library(LLVMXRay - Trace.cpp - - ADDITIONAL_HEADER_DIRS - ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT - ${LLVM_MAIN_INCLUDE_DIR}/llvm/XRay - - DEPENDS - LLVMSupport - - LINK_LIBS - LLVMSupport - ) |