[flang-commits] [clang] [flang] [flang][flang-driver] Support flag -finstrument-functions (PR #137996)

via flang-commits flang-commits at lists.llvm.org
Fri Jul 17 05:49:07 PDT 2026


TomaszAugustyn wrote:

> > Hi @anchuraj! Nice patch! Are you interesting in extending the front-end handling to support:
> > ```
> > -finstrument-functions-exclude-function-list=sym,sym,...
> > ```
> > 
> > 
> >     
> >       
> >     
> > 
> >       
> >     
> > 
> >     
> >   
> > ```
> > -finstrument-functions-exclude-file-list=file,file,...
> > ```
> > 
> > 
> >     
> >       
> >     
> > 
> >       
> >     
> > 
> >     
> >   
> > In my experience, if found that application engineers generally need these extensions soon after discovering -finstrument-functions :)
> 
> Sure, let me take a look at this. :)

Hi @anchuraj! Great job with this implementation. Would it be possible for you to implement, connected to this PR, missing feature?
https://github.com/llvm/llvm-project/issues/15627

It would be a big help!

https://github.com/llvm/llvm-project/pull/137996


More information about the flang-commits mailing list