[cfe-dev] cmake-installing clang on windows

Óscar Fuentes ofv at wanadoo.es
Fri Oct 15 09:26:11 PDT 2010


Jochen Wilhelmy <j.wilhelmy at 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)




More information about the cfe-dev mailing list