[cfe-commits] r82704 - /cfe/trunk/tools/Makefile

Daniel Dunbar daniel at zuster.org
Fri Sep 25 09:19:54 PDT 2009


In the same vein, shouldn't the c-index-test also be changed to link
against the CIndex shared library?

 - Daniel

On Thu, Sep 24, 2009 at 12:45 PM, Chris Lattner <sabre at nondot.org> wrote:
> Author: lattner
> Date: Thu Sep 24 14:45:12 2009
> New Revision: 82704
>
> URL: http://llvm.org/viewvc/llvm-project?rev=82704&view=rev
> Log:
> wpa is an experiment, don't build it by default, it adds to build times due to everything it links in.
>
> Modified:
>    cfe/trunk/tools/Makefile
>
> Modified: cfe/trunk/tools/Makefile
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/Makefile?rev=82704&r1=82703&r2=82704&view=diff
>
> ==============================================================================
> --- cfe/trunk/tools/Makefile (original)
> +++ cfe/trunk/tools/Makefile Thu Sep 24 14:45:12 2009
> @@ -8,6 +8,6 @@
>  ##===----------------------------------------------------------------------===##
>
>  LEVEL := ../../..
> -DIRS := clang-cc driver index-test wpa CIndex c-index-test
> +DIRS := clang-cc driver index-test CIndex c-index-test
>
>  include $(LEVEL)/Makefile.common
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>




More information about the cfe-commits mailing list