[LLVMdev] Does llc support exception handling?

小手 515607368 at qq.com
Thu Aug 8 19:43:58 PDT 2013


I wrote a simple C++ program like:
  
 try 
 { 
  ...
 }
 catch (char*)
 {
   ...
 }
  
 and use 
  
 clang -emit-llvm -S 
  
 to compile it, and use llc -march=x86 to assemble it,
 but found the code in the catch block missing in the .s file.
  
 and run llc with -enable-correct-eh-support, it crashed.
  
 thanx.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130809/35ecdda1/attachment.html>


More information about the llvm-dev mailing list