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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to