[llvm-commits] [gcc-plugin] r81762 - in /gcc-plugin/trunk: ./ gt-llvm-cache.h

Török Edwin edwintorok at gmail.com
Tue Sep 15 01:41:56 PDT 2009


On 2009-09-14 16:54, Duncan Sands wrote:
> Author: baldrick
> Date: Mon Sep 14 08:54:33 2009
> New Revision: 81762
>
> URL: http://llvm.org/viewvc/llvm-project?rev=81762&view=rev
> Log:
> The generated header containing garbage collector information
> is actually not host or target specific as far as I can see.
> Add it to the repository so everyone doesn't have to generate
> it (which requires a big gcc patch).
>
> Added:
>     gcc-plugin/trunk/gt-llvm-cache.h
> Modified:
>     gcc-plugin/trunk/   (props changed)
>
> Propchange: gcc-plugin/trunk/
>
> ------------------------------------------------------------------------------
> --- svn:ignore (original)
> +++ svn:ignore (removed)
> @@ -1 +0,0 @@
> -gt-llvm-cache.h
>
> Added: gcc-plugin/trunk/gt-llvm-cache.h
> URL: http://llvm.org/viewvc/llvm-project/gcc-plugin/trunk/gt-llvm-cache.h?rev=81762&view=auto
>
> ==============================================================================
> --- gcc-plugin/trunk/gt-llvm-cache.h (added)
> +++ gcc-plugin/trunk/gt-llvm-cache.h Mon Sep 14 08:54:33 2009
> @@ -0,0 +1,1962 @@
> +/* Type information for GCC.
> +   Copyright (C) 2004, 2007, 2009 Free Software Foundation, Inc.
> +
> +This file is part of GCC.
> +
> +GCC is free software; you can redistribute it and/or modify it under
> +the terms of the GNU General Public License as published by the Free
> +Software Foundation; either version 3, or (at your option) any later
> +version.
>   

Why is this GPLv3?

Best regards,
--Edwin



More information about the llvm-commits mailing list