[llvm-dev] Detect exception throwing in basic blocks
Dávid Bolvanský via llvm-dev
llvm-dev at lists.llvm.org
Wed May 16 10:28:00 PDT 2018
Hello,
For code:
try {
throw 42;
} catch(int e){}
Are there any helpers in LLVM API to give me info that in "try block" there
is a throw which will be executed? I am interested in info "yes, this block
throws".
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180516/6f938b93/attachment.html>
More information about the llvm-dev
mailing list