https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107438

            Bug ID: 107438
           Summary: bpf:
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jose.marchesi at oracle dot com
  Target Milestone: ---

We noticed that recently LLVM changed the BPF ABI by allowing to pass small
record arguments by value.  Previously all records were passed by reference.

This is the LLVM change:

  https://reviews.llvm.org/D132144

The GCC backend should be adapted to follow the same ABI.

Reply via email to