[LLVMbugs] [Bug 22019] New: Assertion failed: (!Symbol->isVariable() && "Cannot emit a variable symbol!"), function EmitLabel, file ../lib/MC/MCStreamer.cpp, line 201.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Dec 23 13:57:42 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=22019
Bug ID: 22019
Summary: Assertion failed: (!Symbol->isVariable() && "Cannot
emit a variable symbol!"), function EmitLabel, file
../lib/MC/MCStreamer.cpp, line 201.
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: MC
Assignee: unassignedbugs at nondot.org
Reporter: rdivacky at freebsd.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
ref11-amd64 ~$ clang pselect.i
Assertion failed: (!Symbol->isVariable() && "Cannot emit a variable symbol!"),
function EmitLabel, file ../lib/MC/MCStreamer.cpp, line 201.
ref11-amd64 ~$ cat pselect.i
__asm__(".weak " "pselect"); __asm__(".equ " "pselect" ", " "__pselect");
int
pselect(void)
{
return 0;
}
--
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/20141223/00906351/attachment.html>
More information about the llvm-bugs
mailing list