[llvm-commits] [llvm] r76366 - /llvm/trunk/examples/Kaleidoscope/Makefile

Xerxes RĂ„nby xerxes at zafena.se
Sun Jul 19 01:44:44 PDT 2009


Thank you Daniel, i missed to see that build failure comming.

In someone gets a build breakage for cmake builds as well then apply the
attached patch.
For some reason my cmake builds work fine without this attached fix.

Xerxes

Den 2009-07-19 10:27, Daniel Dunbar skrev:
> Author: ddunbar
> Date: Sun Jul 19 03:27:16 2009
> New Revision: 76366
>
> URL: http://llvm.org/viewvc/llvm-project?rev=76366&view=rev
> Log:
> Fix build
>
> Modified:
>     llvm/trunk/examples/Kaleidoscope/Makefile
>
> Modified: llvm/trunk/examples/Kaleidoscope/Makefile
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/Makefile?rev=76366&r1=76365&r2=76366&view=diff
>
> ==============================================================================
> --- llvm/trunk/examples/Kaleidoscope/Makefile (original)
> +++ llvm/trunk/examples/Kaleidoscope/Makefile Sun Jul 19 03:27:16 2009
> @@ -10,6 +10,6 @@
>  TOOLNAME = Kaleidoscope
>  EXAMPLE_TOOL = 1
>  
> -LINK_COMPONENTS := core jit native
> +LINK_COMPONENTS := core jit interpreter native
>  
>  include $(LEVEL)/Makefile.common
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>   

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cmake_kaleidoscope_link_components.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090719/83063d5f/attachment.ksh>


More information about the llvm-commits mailing list