[llvm-dev] Detect stack overflow

Kavindu Gimhan Zoysa via llvm-dev llvm-dev at lists.llvm.org
Mon Jun 21 20:58:18 PDT 2021


Hi All,

What is the best way of detecting stack overflow(for example shown below)
using LLVM?

define void @foo() unnamed_addr #1 {
> start:
>   call void @bar()
>   br label %bb1
> bb1:
>   ret void
> }


Thank you,
Kavindu

Kavindu Gimhan Zoysa,
BSc(Hons) | ENTC | UoM,
ATL | WSO2

GitHub <https://github.com/KavinduZoysa> LinkedIn
<https://www.linkedin.com/in/kavindu-gimhan-zoysa-85939a122/> Medium
<https://medium.com/@kavindugimhanzoysa>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210622/d99518f2/attachment.html>


More information about the llvm-dev mailing list