[all-commits] [llvm/llvm-project] 4c0e29: [llvm] Fix most LLVM_ABI annotations in TableGen (...

Fabrice de Gans via All-commits all-commits at lists.llvm.org
Thu Jun 11 06:31:30 PDT 2026


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

  Changed paths:
    M llvm/include/llvm/TableGen/Error.h
    M llvm/include/llvm/TableGen/Main.h
    M llvm/include/llvm/TableGen/Parser.h
    M llvm/include/llvm/TableGen/SetTheory.h
    M llvm/include/llvm/TableGen/StringMatcher.h
    M llvm/include/llvm/TableGen/StringToOffsetTable.h
    M llvm/include/llvm/TableGen/TGTimer.h
    M llvm/include/llvm/TableGen/TableGenBackend.h

  Log Message:
  -----------
  [llvm] Fix most LLVM_ABI annotations in TableGen (#203246)

This updates most LLVM_ABI annotations in the TableGen 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