aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-08-27 17:07:35 +0000
committerGabor Greif <ggreif@gmail.com>2009-08-27 17:07:35 +0000
commit7bec0f5f90c6d917beb4b1433c847aa132cdfacf (patch)
tree8cfde8d1b675cbcc4c0633cf2c8f0464760e6da1 /cmake
parentaa152ae811d8e0ffd01c7a8b454d595cb1a1a31f (diff)
downloadexternal_llvm-7bec0f5f90c6d917beb4b1433c847aa132cdfacf.zip
external_llvm-7bec0f5f90c6d917beb4b1433c847aa132cdfacf.tar.gz
external_llvm-7bec0f5f90c6d917beb4b1433c847aa132cdfacf.tar.bz2
re-apply r80197, now that iterator.h is not mentioned any more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/config-ix.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 52025a9..85f9470 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -181,11 +181,6 @@ configure_file(
)
configure_file(
- ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT/iterator.cmake
- ${LLVM_BINARY_DIR}/include/llvm/ADT/iterator.h
- )
-
-configure_file(
${LLVM_MAIN_INCLUDE_DIR}/llvm/Support/DataTypes.h.cmake
${LLVM_BINARY_DIR}/include/llvm/Support/DataTypes.h
)