Displaying 1 result from an estimated 1 matches for "__get_exception_header_from_ue".
2010 Apr 17
1
[LLVMdev] Compiling LLVM on SPARC
...lly, I encounter the
following assertion failure in llvm:
Assertion failed: Offset >= 0, file
/space/home/skou/llvm-trunk/lib/Transforms/InstCombine/InstructionCombining.cpp,
line 387
../../../../libstdc++-v3/libsupc++/unwind-cxx.h: In function
'__cxxabiv1::__cxa_exception*
__cxxabiv1::__get_exception_header_from_ue(_Unwind_Exception*)':
../../../../libstdc++-v3/libsupc++/unwind-cxx.h:171: internal compiler
error: Abort
I checked, and the "Offset" variable at this point in the source file
(InstructionCombining.cpp:387), is -23. The offending assert looks like
the following:
// Handle h...