[PATCH] D38525: Cleanup and generalize -shared-libasan.

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 4 16:10:25 PDT 2017


vitalybuka added a comment.

In https://reviews.llvm.org/D38525#888826, @rsmith wrote:

> Could we perhaps rename these flags to e.g. `-static-libsan` (with a `-static-libasan` alias for compatibility)? It seems confusing that the way to enable a static tsan runtime would be with `-static-libasan`.


I like this idea as well. If we go this way we need to deprecate "shared-libasan" and avoid adding "static-libasan.


https://reviews.llvm.org/D38525





More information about the cfe-commits mailing list