[PATCH] [ELF] Initial support for symbols visibility

Joerg Sonnenberger joerg at britannica.bec.de
Sat Mar 14 15:02:06 PDT 2015


On Sat, Mar 14, 2015 at 08:23:38PM +0000, Davide Italiano wrote:
> +    scopeProtected         ///< Accessible to all atoms and visible to runtime
> +                           ///  loader, but can't be overriden
> +                           ///  (e.g. visibility=protected).

Maybe "References are resolved like for internal scope, but it is still
accessible by other linkage units as scopeDefault". Protected is a bit
strange and glibc's ldd might be doing something even stranger, not
completely sure.

Joerg



More information about the llvm-commits mailing list