[LLVMbugs] [Bug 18273] New: ARM integrated assembler rejects valid .symver
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Dec 17 17:50:47 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=18273
Bug ID: 18273
Summary: ARM integrated assembler rejects valid .symver
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: ARM
Assignee: unassignedbugs at nondot.org
Reporter: joerg at NetBSD.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
As a special case, the second argument of .symver may contain @s even though
those are comment specifier for ARM.
Example:
.symver testfunc_new, testfunc@@V_1
This is currently not parsed correctly by MC.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131218/cf5d9371/attachment.html>
More information about the llvm-bugs
mailing list