[llvm] [BPF] Handle unreachable with a kfunc call (PR #131731)

Yingchi Long via llvm-commits llvm-commits at lists.llvm.org
Sun May 11 22:53:17 PDT 2025


https://github.com/inclyc commented:

I can do a quick search on GitHub and find existing examples that generate `__bpf_unreachable();`. Could the `call` we generate conflict with existing ones / user defined ones?

https://github.com/llvm/llvm-project/pull/131731


More information about the llvm-commits mailing list