================ @@ -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