<div dir="ltr">Does the CMake standalone build work with this change? IDE users typically use this to have separate projects for Clang and LLVM. I believe Clang is built by pointing at an LLVM install directory.</div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Jun 12, 2014 at 4:25 AM, Alp Toker <span dir="ltr"><<a href="mailto:alp@nuanti.com" target="_blank">alp@nuanti.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: alp<br>
Date: Thu Jun 12 06:25:18 2014<br>
New Revision: 210766<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=210766&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=210766&view=rev</a><br>
Log:<br>
CMake: don't install the internal config.h header<br>
<br>
Background:<br>
<a href="http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-June/073707.html" target="_blank">http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-June/073707.html</a><br>
<br>
Modified:<br>
llvm/trunk/CMakeLists.txt<br>
<br>
Modified: llvm/trunk/CMakeLists.txt<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=210766&r1=210765&r2=210766&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=210766&r1=210765&r2=210766&view=diff</a><br>
==============================================================================<br>
--- llvm/trunk/CMakeLists.txt (original)<br>
+++ llvm/trunk/CMakeLists.txt Thu Jun 12 06:25:18 2014<br>
@@ -583,6 +583,7 @@ if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)<br>
PATTERN "*.inc"<br>
# Exclude include/llvm/CMakeFiles/intrinsics_gen.dir, matched by "*.def"<br>
PATTERN "CMakeFiles" EXCLUDE<br>
+ PATTERN "config.h" EXCLUDE<br>
PATTERN ".svn" EXCLUDE<br>
)<br>
endif()<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>