Ben Elliston wrote:
>> Does anyone have a template/example autoconf project that is already
>> setup with the needed gcc headers + build infrastructure to create a GCC
>> plugin?
>
> The talk at the GCC Summit mentioned a handful of existing plug-ins and
> Sean spoke about them all being autoconfi
> Does anyone have a template/example autoconf project that is already
> setup with the needed gcc headers + build infrastructure to create a GCC
> plugin?
The talk at the GCC Summit mentioned a handful of existing plug-ins and
Sean spoke about them all being autoconfiscated. I would recommend
ei
Hi all,
I have just recently had time to checkout and build the GCC plugin
branch. I am interested in building a simple plugin to give it a try.
After reading through the patches it seems simple enough, I just need to
create a shared library that defines the symbols:
pre_translation_unit