This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
writing a new pass: association with an option string
- From: "Andrea Callia D'Iddio" <andrea dot calliadiddio at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 4 Dec 2006 09:48:25 +0100
- Subject: writing a new pass: association with an option string
Dear all,
I wrote a new pass for gcc. Actually the pass is always executed, but
I'd like to execute it only if I specify an option from shell (ex. gcc
--mypass pippo.c). How can I do?
Thanks to all
Andrea