[clang] [llvm] [BPF] Support Stack Arguments (PR #189060)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 14 09:49:30 PDT 2026
================
@@ -0,0 +1,36 @@
+; RUN: not llc -mtriple=bpf -mcpu=v3 < %s 2> %t1
----------------
yonghong-song wrote:
Sure. Will update. all cpu versions should work.
BTW, Puranjay mentioned some issues with JIT. I summarized a comment in my v4 patch. Please take a look. It will require llvm change.
https://github.com/llvm/llvm-project/pull/189060
More information about the cfe-commits
mailing list