[all-commits] [llvm/llvm-project] 831dd7: [llvm] Fix most LLVM_ABI annotations in SandboxIR ...

Fabrice de Gans via All-commits all-commits at lists.llvm.org
Thu Jun 11 07:32:45 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 831dd770f78081c13f6d0340769007049e5962ed
      https://github.com/llvm/llvm-project/commit/831dd770f78081c13f6d0340769007049e5962ed
  Author: Fabrice de Gans <Steelskin at users.noreply.github.com>
  Date:   2026-06-11 (Thu, 11 Jun 2026)

  Changed paths:
    M llvm/include/llvm/SandboxIR/Context.h
    M llvm/include/llvm/SandboxIR/Instruction.h
    M llvm/include/llvm/SandboxIR/Region.h

  Log Message:
  -----------
  [llvm] Fix most LLVM_ABI annotations in SandboxIR (#203266)

This updates most LLVM_ABI annotations in the SandboxIR headers to match
expected usage:
* All public APIs should be properly annotated.
* Inlined functions should not be annotated.

These changes were done by a script fixing annotations on LLVM public
headers and manually checked.

This effort is tracked in #109483.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list