[llvm] [BPF] Allow libcalls behind a feature gate (PR #168442)

Lucas Ste via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 20 10:00:47 PST 2025


================
@@ -1,6 +1,6 @@
 ; RUN: not llc -mtriple=bpf < %s 2> %t1
 ; RUN: FileCheck %s < %t1
-; CHECK: only small returns
+; CHECK: aggregate returns are not supported
----------------
LucasSte wrote:

Fixed both tests in the squashed commit.

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


More information about the llvm-commits mailing list