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>
Reasonably Related Threads
- [LLVMdev] Assertion failure in llc when using exception handling
- [LLVMdev] Assertion failure in llc when using exception handling
- [LLVMdev] RFC: Exception Handling Proposal II
- [LLVMdev] Assertion failure in llc when using exception handling
- [LLVMdev] Assertion failure in llc when using exception handling
