[LLVMbugs] [Bug 1611] llvm-ld cannot link when compiled with -fvisibility-hidden

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Aug 19 15:24:13 PDT 2007


http://llvm.org/bugs/show_bug.cgi?id=1611


Chris Lattner <sabre at nondot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|llvm-ld                     |Linker
            Product|tools                       |libraries
         Resolution|                            |FIXED
   Target Milestone|---                         |2.1




--- Comment #7 from Chris Lattner <sabre at nondot.org>  2007-08-19 17:24:11 ---
The confusing aspect of this bug is that visibility wasn't being printed for
prototypes.  Fixed here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070813/052980.html

Based on that, we should ignore the visibility of prototypes, like the native
linker does.  Fixed here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070813/052981.html

-Chris


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list