On Fri, Aug 7, 2020 at 8:35 AM Shuai Wang via Gcc wrote:
>
> Hello!
>
> I am working on a ARM GCC plugin which instruments each GIMPLE function
> with some new function calls.
>
> Currently I want to skip certain functions by adding the
> no_instrument_function attribute. However, I do see that in
Hello!
I am working on a ARM GCC plugin which instruments each GIMPLE function
with some new function calls.
Currently I want to skip certain functions by adding the
no_instrument_function attribute. However, I do see that in the
disassembled code, all functions are still instrumented.
Am I miss