Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / cmake / config-ix.cmake
index 320335cf0fe037fcd95ee55140b6b94c11596bc2..184f67cc7e274f762bfa9fbab43eaac2162a2baf 100755 (executable)
@@ -229,7 +229,7 @@ configure_file(
   )
 
 configure_file(
-  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Support/DataTypes.h.cmake
-  ${LLVM_BINARY_DIR}/include/llvm/Support/DataTypes.h
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/System/DataTypes.h.cmake
+  ${LLVM_BINARY_DIR}/include/llvm/System/DataTypes.h
   )