https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64234

--- Comment #4 from Yury Gribov <y.gribov at samsung dot com> ---
(In reply to Jakub Jelinek from comment #3)
> But why do you want to use -static-libasan ?  Just link it dynamically...

For one thing it can speed up code by avoiding PLT calls.  

> --dynamic-list is hard to maintain, aren't there hundreds of symbols that
> are exported from libasan?

Indeed there are, upstream has a special script to autogenerate file with
symbols.

Reply via email to