[llvm] [llvm] remove incorrect `LLVM_ABI` annotation usage (PR #144606)
Vassil Vassilev via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 00:18:53 PDT 2025
vgvassilev wrote:
> @compnerd, @vgvassilev here's the first PR I've had to make to fix mistaken `LLVM_ABI` annotations by others. I think we will need to update to `ids` so that it catches this sort of mistake. Right now, `ids` focuses on on where annotations are missing, but to fully prevent Windows DLL build breaks, it will also need to flag annotations that are unnecessary or in the wrong place.
That’s a good point and probably a good time for the ci work to start. Can you find us on discord — we have a few questions for you outside of this pr ;)
https://github.com/llvm/llvm-project/pull/144606
More information about the llvm-commits
mailing list