diff options
Diffstat (limited to 'lib/XRay')
-rw-r--r-- | lib/XRay/CMakeLists.txt | 28 | ||||
-rw-r--r-- | lib/XRay/LLVMBuild.txt | 23 |
2 files changed, 0 insertions, 51 deletions
diff --git a/lib/XRay/CMakeLists.txt b/lib/XRay/CMakeLists.txt deleted file mode 100644 index c667083ed13a..000000000000 --- a/lib/XRay/CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ -add_llvm_library(LLVMXRay - BlockIndexer.cpp - BlockPrinter.cpp - BlockVerifier.cpp - FDRRecordProducer.cpp - FDRRecords.cpp - FDRTraceExpander.cpp - FDRTraceWriter.cpp - FileHeaderReader.cpp - InstrumentationMap.cpp - LogBuilderConsumer.cpp - Profile.cpp - RecordInitializer.cpp - RecordPrinter.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 - ) diff --git a/lib/XRay/LLVMBuild.txt b/lib/XRay/LLVMBuild.txt deleted file mode 100644 index 904168dad939..000000000000 --- a/lib/XRay/LLVMBuild.txt +++ /dev/null @@ -1,23 +0,0 @@ -;===- ./lib/XRay/LLVMBuild.txt ---------------------------------*- Conf -*--===; -; -; The LLVM Compiler Infrastructure -; -; This file is distributed under the University of Illinois Open Source -; License. See LICENSE.TXT for details. -; -;===------------------------------------------------------------------------===; -; -; This is an LLVMBuild description file for the components in this subdirectory. -; -; For more information on the LLVMBuild system, please see: -; -; http://llvm.org/docs/LLVMBuild.html -; -;===------------------------------------------------------------------------===; - -[component_0] -type = Library -name = XRay -parent = Libraries -required_libraries = Support Object -installed = 1 |