[LLVMbugs] [Bug 10583] New: Assertion failed: ((isInt<32>(Value) || isUInt<32>(Value)) && "Value does not fit in a 4Byte Reloc"
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Aug 4 00:06:54 PDT 2011
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: unassignedbugs at nondot.org
ReportedBy: pawel.worach at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list