summaryrefslogtreecommitdiff
path: root/cmake/config-ix.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
commit4c75054b0149750219fe6edb8e25ddd8f7af6920 (patch)
tree8cfde8d1b675cbcc4c0633cf2c8f0464760e6da1 /cmake/config-ix.cmake
parentb5fb4282cd2968be81a853c0f3199d167e402bdf (diff)
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/config-ix.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 52025a9ee2c..85f94708745 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
)