This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Gcc Plugin Api


Shubham Narlawar wrote on 06/15/2018 08:01 PM:
Hello all, I have been figuring out to work on some project. So while
searching I found GCC Plugin API project quite interesting.
So, please can I get some more information and links about gcc Plugin API
project.
Can anyone help me please.

Here's an interessting step-by-step sample plugin project in 3 parts:
  https://thinkingeek.com/2015/08/16/a-simple-plugin-for-gcc-part-1/
  https://thinkingeek.com/2015/08/16/simple-plugin-gcc-part-2/
  https://thinkingeek.com/2015/08/17/simple-plugin-gcc-part-3/

And of course the official docs:
  https://gcc.gnu.org/wiki/plugins
  https://gcc.gnu.org/onlinedocs/gccint/Plugins.html

...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]