r202237 - [CMake] Apply DEPENDS intrinsics_gen in clangCodeGen.

Reid Kleckner rnk at google.com
Wed Nov 5 09:49:53 PST 2014


Hi, I can't configure a standalone Visual Studio project with this change
because intrinsics_gen isn't exported from LLVM. What do you think the
right fix is? Just conditionalize it on CLANG_BUILT_STANDALONE?

On Tue, Feb 25, 2014 at 10:33 PM, NAKAMURA Takumi <geek4civic at gmail.com>
wrote:

> Author: chapuni
> Date: Wed Feb 26 00:33:27 2014
> New Revision: 202237
>
> URL: http://llvm.org/viewvc/llvm-project?rev=202237&view=rev
> Log:
> [CMake] Apply DEPENDS intrinsics_gen in clangCodeGen.
>
> Modified:
>     cfe/trunk/lib/CodeGen/CMakeLists.txt
>
> Modified: cfe/trunk/lib/CodeGen/CMakeLists.txt
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CMakeLists.txt?rev=202237&r1=202236&r2=202237&view=diff
>
> ==============================================================================
> --- cfe/trunk/lib/CodeGen/CMakeLists.txt (original)
> +++ cfe/trunk/lib/CodeGen/CMakeLists.txt Wed Feb 26 00:33:27 2014
> @@ -58,6 +58,9 @@ add_clang_library(clangCodeGen
>    MicrosoftCXXABI.cpp
>    ModuleBuilder.cpp
>    TargetInfo.cpp
> +
> +  DEPENDS
> +  intrinsics_gen
>    )
>
>  target_link_libraries(clangCodeGen
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141105/e657bd4b/attachment.html>


More information about the cfe-commits mailing list