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

Reply via email to