[LLVMbugs] [Bug 9066] New: visibility of declarations not being output

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 26 22:01:09 PST 2011


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

           Summary: visibility of declarations not being output
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Running llc on
-----------------------------
define hidden void @foo() nounwind {
entry:
  call void @bar()
  ret void
}

declare hidden void @bar()
---------------------------
will produce an assembly file with a ".hidden foo", but no ".hidden bar".

-- 
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