CMake: Removed some cruft.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58358 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 363975d..b8be58e 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -57,9 +57,9 @@
 message(STATUS "LLVM_HOSTTRIPLE: ${LLVM_HOSTTRIPLE}")
 
 if( MINGW )
-  # tbi: Comprobar que existen las librerias:
   set(HAVE_LIBIMAGEHLP 1)
   set(HAVE_LIBPSAPI 1)
+  # TODO: Check existence of libraries.
   #   include(CheckLibraryExists)
   #   CHECK_LIBRARY_EXISTS(imagehlp ??? . HAVE_LIBIMAGEHLP)
 endif( MINGW )
@@ -97,26 +97,26 @@
 set(ENABLE_THREADS 0)
 
 configure_file(
-  ${LLVM_MAIN_INCLUDE_DIR}/Config/config.h.cmake
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Config/config.h.cmake
   ${LLVM_BINARY_DIR}/include/llvm/Config/config.h
   )
 
 configure_file(
-  ${LLVM_MAIN_INCLUDE_DIR}/ADT/iterator.cmake
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT/iterator.cmake
   ${LLVM_BINARY_DIR}/include/llvm/ADT/iterator.h
   )
 
 configure_file(
-  ${LLVM_MAIN_INCLUDE_DIR}/Support/DataTypes.h.cmake
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Support/DataTypes.h.cmake
   ${LLVM_BINARY_DIR}/include/llvm/Support/DataTypes.h
   )
 
 configure_file(
-  ${LLVM_MAIN_INCLUDE_DIR}/ADT/hash_map.cmake
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT/hash_map.cmake
   ${LLVM_BINARY_DIR}/include/llvm/ADT/hash_map.h
   )
 
 configure_file(
-  ${LLVM_MAIN_INCLUDE_DIR}/ADT/hash_set.cmake
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT/hash_set.cmake
   ${LLVM_BINARY_DIR}/include/llvm/ADT/hash_set.h
   )