[LLVMbugs] [Bug 4584] New: linkonce doesn't asmprint right on ELF targets
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Jul 19 12:14:38 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4584
Summary: linkonce doesn't asmprint right on ELF targets
Product: libraries
Version: 1.0
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Common Code Generator Code
AssignedTo: unassignedbugs at nondot.org
ReportedBy: clattner at apple.com
CC: llvmbugs at cs.uiuc.edu
Apparently:
define linkonce void @"foo bar"() { ret void }
prints out:
.section .gnu.linkonce.t.foo bar,"ax", at progbits
which isn't happy.
--
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