[LLVMdev] RFA: Problem with Exceptions
Anton Korobeynikov
asl at math.spbu.ru
Mon Sep 3 01:13:39 PDT 2007
Duncan,
> I see a call to terminate in the llvm assembler. Where did that
> come from? I compiled with llvm-gcc-4.0 and llvm-gcc-4.2 and
> didn't see such a call.
std::terminate() is called by __cxa_throw, if unwinding fails. I think
the source of problem was my frame_to_args_offs patch. So, let's wait
for retest :)
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
More information about the llvm-dev
mailing list