summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-08-26 22:12:02 +0000
committerDouglas Gregor <dgregor@apple.com>2009-08-26 22:12:02 +0000
commitc33e6964773de5ce4912cfba3c374247d6b804d0 (patch)
tree114a5f89f4a55c267e94fa9cab4ffa93eb092ac8 /cmake
parent5e365e23f165d03fd2edc972bd4395e52a481c25 (diff)
downloadllvm-c33e6964773de5ce4912cfba3c374247d6b804d0.tar.gz
llvm-c33e6964773de5ce4912cfba3c374247d6b804d0.tar.bz2
llvm-c33e6964773de5ce4912cfba3c374247d6b804d0.tar.xz
De-bork CMake build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80161 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 52025a9ee2..85f9470874 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
)