[llvm] [llvm] annotate interfaces in llvm/Support for DLL export (PR #136014)

Andrew Rogers via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 21 13:32:22 PDT 2025


================
@@ -67,7 +68,7 @@ class BPFunctionNode {
   /// The ID of this node
   IDT Id;
 
-  void dump(raw_ostream &OS) const;
+  LLVM_ABI void dump(raw_ostream &OS) const;
----------------
andrurogerz wrote:

I'm going to keep this PR focused on adding annotations. I've removed `LLVM_ABI` from all of the `dump()` methods.

https://github.com/llvm/llvm-project/pull/136014


More information about the llvm-commits mailing list