search for: emituleb128

Displaying 1 result from an estimated 1 matches for "emituleb128".

2012 Mar 14
0
[LLVMdev] ARM EHABI support in LLVM + clang
...et & 1) << 1) | (len & 1))" control reaches default: return _URC_FAILURE. offset was == 0x808f and len was == 0xff. (((offset & 1) << 1) | (len & 1)) was == 3. 3 is an undefined descriptor as per ARM EHABI spec section 9.2. DwarfException::EmitExceptionTable Asm->EmitULEB128(TTypeBaseOffset, "@TType base offset", SizeAlign); was generating ".asciz  "\217\200"             @ @TType base offset" in .s file leading to the problem.           I would like to know whether anyone managed to use ARM EHABI successfully. Also I can see from 3.0 relea...