[llvm-commits] [llvm] r79858 - /llvm/trunk/lib/CodeGen/SjLjEHPrepare.cpp
Duncan Sands
baldrick at free.fr
Mon Aug 24 00:27:21 PDT 2009
Hi Jim,
> + // If we don't have any eh.selector calls, we can't determine the personality
> + // function. Without a personality function, we can't process exceptions.
> + if (!PersonalityFn) return false;
can you use the C (yes, C!) personality function? It is always
available since it's part of libgcc.
Ciao,
Duncan.
More information about the llvm-commits
mailing list