[llvm] [llvm] annotate interfaces in llvm/Support for DLL export (PR #136014)
Andrew Rogers via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 16:08:43 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:
Yes, I agree that they should just be exported here. I will put them back to the way IDS converted them. I think ideally they would all be gated by LLVM_ENABLE_DUMP, but such a change does not belong here.
https://github.com/llvm/llvm-project/pull/136014
More information about the llvm-commits
mailing list