[PATCH] D44688: Set dso_local for runtime functions

Rafael Avila de Espindola via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 20 13:30:21 PDT 2018


espindola added a comment.

In https://reviews.llvm.org/D44688#1043575, @rnk wrote:

> lgtm
>
> We don't assume these are `dso_local` on Linux, right?


Depends on shouldAssumeDSOLocal. We do if there is no -fPIC or -fPIE for example.


https://reviews.llvm.org/D44688





More information about the cfe-commits mailing list