[LLVMbugs] [Bug 10583] 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 17:55:48 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10583
jasonwkim at google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #5 from jasonwkim at google.com 2011-08-04 19:55:47 CDT ---
Yikes!
okay, looks like the way forward is to relax the assert a bit.
I couldn't find a Warn() equivalent of an assert() in wide use so assert stays
for now.
r136954 probably fixes this.
--
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