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

Steve Scalpone via cfe-commits cfe-commits at lists.llvm.org
Mon May 26 11:20:57 PDT 2025


sscalpone 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 :)


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


More information about the cfe-commits mailing list