[PATCH] [lld][ELF] Add explictly exported atoms and export R_*_COPY'ed atoms.
Nick Kledzik
kledzik at apple.com
Tue Oct 1 16:40:23 PDT 2013
On Oct 1, 2013, at 2:22 PM, Shankar Kalpathi Easwaran <shankarke at gmail.com> wrote:
>
> Could we add visibility to the atom attributes ?
>
> http://llvm-reviews.chandlerc.com/D1799
We already model this as:
STV_DEFAULT => scopeGlobal and interposeYes
STV_PROTECTED => scopeGlobal and interposeNo
STV_HIDDEN => scopeLinkageUnit
-Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131001/f5d8da45/attachment.html>
More information about the llvm-commits
mailing list