GkvJwa wrote:

Hey, I continued debugging and found that the purpose of `getInvokeDest` is 
actually to determine whether an object's destructor exists. The problem here 
is that its granularity is not fine enough; it's not at the function block 
level, which prevents it from handling destructors within `__try/__except` 
blocks.

https://github.com/llvm/llvm-project/pull/172287
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to