cmake-installing clang on windows

I have a working r116572 on vc 9.
Only KillTheDoctor does not work but that does not matter.
You could check out this version or send me a fix that I can check.

-Jochen

Jochen Wilhelmy <j.wilhelmy@arcor.de> writes:

I have a working r116572 on vc 9.
Only KillTheDoctor does not work but that does not matter.
You could check out this version or send me a fix that I can check.

If you are in a hurry, apply the patch below (using as the base
directory the clang source directory). It is not a proper fix but should
workaround the problem.

diff --git a/lib/Headers/CMakeLists.txt b/lib/Headers/CMakeLists.txt
index dd94192..27113ff 100644
--- a/lib/Headers/CMakeLists.txt
+++ b/lib/Headers/CMakeLists.txt
@@ -68,6 +68,6 @@ endif ()

add_custom_target(clang-headers ALL DEPENDS ${out_files})

-install(FILES ${files} ${output_dir}/arm_neon.h
- PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
- DESTINATION lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}/include)
+# install(FILES ${files} ${output_dir}/arm_neon.h
+# PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
+# DESTINATION lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}/include)