[clang] [llvm] [BPF] Support Stack Arguments (PR #189060)

via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 14 09:09:14 PDT 2026


================
@@ -0,0 +1,36 @@
+; RUN: not llc -mtriple=bpf -mcpu=v3 < %s 2> %t1
----------------
4ast wrote:

why tests with structs are v3 only? all mcpu-s should work the same, no?

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


More information about the cfe-commits mailing list