[LLVMdev] LLVMdev Digest, Vol 59, Issue 25

Manoel Teixeira manoel at fonetica.com.br
Fri May 15 07:58:31 PDT 2009


 I'm trying to use exception control by LLVM.
 In the demo page, I got :

declare i8* @llvm.eh.exception() nounwind

But, when a try to emit the code by llvm engine, the name is generate with the sufix .132
 (  llvm.eh.exception.132  ) and the Function::getIntrinsicID abort the program.
 
Could some one help me?

Manoel Teixeira




More information about the llvm-dev mailing list