[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:33:05 PDT 2025


================
@@ -41,7 +42,7 @@ class format_object_base {
   const char *Fmt;
   ~format_object_base() = default; // Disallow polymorphic deletion.
   format_object_base(const format_object_base &) = default;
-  virtual void home(); // Out of line virtual method.
+  LLVM_ABI virtual void home(); // Out of line virtual method.
----------------
andrurogerz wrote:

This PR is focused on adding annotations; I'll leave the current name.

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


More information about the llvm-commits mailing list