diff options
Diffstat (limited to 'lib/Transforms/ObjCARC')
-rw-r--r-- | lib/Transforms/ObjCARC/CMakeLists.txt | 17 | ||||
-rw-r--r-- | lib/Transforms/ObjCARC/LLVMBuild.txt | 23 |
2 files changed, 0 insertions, 40 deletions
diff --git a/lib/Transforms/ObjCARC/CMakeLists.txt b/lib/Transforms/ObjCARC/CMakeLists.txt deleted file mode 100644 index 114471eb6f6e..000000000000 --- a/lib/Transforms/ObjCARC/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -add_llvm_library(LLVMObjCARCOpts - ObjCARC.cpp - ObjCARCOpts.cpp - ObjCARCExpand.cpp - ObjCARCAPElim.cpp - ObjCARCContract.cpp - DependencyAnalysis.cpp - ProvenanceAnalysis.cpp - ProvenanceAnalysisEvaluator.cpp - PtrState.cpp - - ADDITIONAL_HEADER_DIRS - ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms - - DEPENDS - intrinsics_gen - ) diff --git a/lib/Transforms/ObjCARC/LLVMBuild.txt b/lib/Transforms/ObjCARC/LLVMBuild.txt deleted file mode 100644 index 90a233851a3c..000000000000 --- a/lib/Transforms/ObjCARC/LLVMBuild.txt +++ /dev/null @@ -1,23 +0,0 @@ -;===- ./lib/Transforms/ObjCARC/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 = ObjCARC -parent = Transforms -library_name = ObjCARCOpts -required_libraries = Analysis Core Support TransformUtils |