http://llvm.org/bugs/show_bug.cgi?id=10583

           Summary: Assertion failed: ((isInt<32>(Value) ||
                    isUInt<32>(Value)) && "Value does not fit in a 4Byte
                    Reloc"
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=7014)
 --> (http://llvm.org/bugs/attachment.cgi?id=7014)
pre-processed locore.s

llvm/clang r136864. Regression introduced between r136841 and r136860.

Original source from FreeBSD kernel sys/i386/i386/locore.s, pre-processed
version attached.

% clang -cc1as -triple i386-unknown-freebsd8.2 -filetype obj -o locore.o
/tmp/cc-PyWIpA.s
Assertion failed: ((isInt<32>(Value) || isUInt<32>(Value)) && "Value does not
fit in a 4Byte Reloc"), function ApplyFixup, file
/data/buildslave/freebsd-clang-i386/src-llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp,
line 109.
Stack dump:
0.    Program arguments:
/data/buildslave/freebsd-clang-i386/obj/obj-llvm.2/Release+Asserts/bin/clang
-cc1as -triple i386-unknown-freebsd8.2 -filetype obj -o locore.o
/tmp/cc-PyWIpA.s 
1.    Program arguments: -triple i386-unknown-freebsd8.2 -filetype obj -o
locore.o /tmp/cc-PyWIpA.s 
Abort (core dumped)

-- 
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