[all-commits] [llvm/llvm-project] c0ce9a: [llvm] remove incorrect `LLVM_ABI` annotation usag...

Andrew Rogers via All-commits all-commits at lists.llvm.org
Mon Jun 23 09:34:35 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0ce9adf603c2a49f685b1c1846a01e3253adb29
      https://github.com/llvm/llvm-project/commit/c0ce9adf603c2a49f685b1c1846a01e3253adb29
  Author: Andrew Rogers <andrurogerz at gmail.com>
  Date:   2025-06-23 (Mon, 23 Jun 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineScheduler.h
    M llvm/include/llvm/MC/MCExpr.h

  Log Message:
  -----------
  [llvm] remove incorrect `LLVM_ABI` annotation usage (#144606)

## Overview
This patch removes incorrect usage of `LLVM_ABI` macros that break the
(currently incomplete) LLVM Windows DLL build.
- ec71d80 added `LLVM_ABI` to template methods fully declared in a
header file
- 254a92d added `LLVM_ABI` to members of a class already annotated with
`LLVM_ABI`

# Background
Documentation for `LLVM_ABI` and related annotations is found in the
LLVM repo
[here](https://github.com/llvm/llvm-project/blob/main/llvm/docs/InterfaceExportAnnotations.rst).



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