[llvm] r210766 - CMake: don't install the internal config.h header
Reid Kleckner
rnk at google.com
Thu Jun 12 13:37:48 PDT 2014
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.
On Thu, Jun 12, 2014 at 4:25 AM, Alp Toker <alp at nuanti.com> wrote:
> Author: alp
> Date: Thu Jun 12 06:25:18 2014
> New Revision: 210766
>
> URL: http://llvm.org/viewvc/llvm-project?rev=210766&view=rev
> Log:
> CMake: don't install the internal config.h header
>
> Background:
> http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-June/073707.html
>
> Modified:
> llvm/trunk/CMakeLists.txt
>
> Modified: llvm/trunk/CMakeLists.txt
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=210766&r1=210765&r2=210766&view=diff
>
> ==============================================================================
> --- llvm/trunk/CMakeLists.txt (original)
> +++ llvm/trunk/CMakeLists.txt Thu Jun 12 06:25:18 2014
> @@ -583,6 +583,7 @@ if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
> PATTERN "*.inc"
> # Exclude include/llvm/CMakeFiles/intrinsics_gen.dir, matched by
> "*.def"
> PATTERN "CMakeFiles" EXCLUDE
> + PATTERN "config.h" EXCLUDE
> PATTERN ".svn" EXCLUDE
> )
> endif()
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140612/e4810633/attachment.html>
More information about the llvm-commits
mailing list