[llvm] [llvm] annotate interfaces in llvm/DebugInfo for DLL export (PR #140778)

Andrew Rogers via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 09:55:04 PDT 2025


================
@@ -164,8 +170,6 @@ class LLVM_ABI ClassLayout : public UDTLayoutBase {
   explicit ClassLayout(const PDBSymbolTypeUDT &UDT);
   explicit ClassLayout(std::unique_ptr<PDBSymbolTypeUDT> UDT);
 
-  ClassLayout(ClassLayout &&Other) = default;
----------------
andrurogerz wrote:

Good question. I'm nearly certain it was necessary when I made the change, but it was several weeks ago and I missed it on re-review. Let me double-check it is necessary and add an explanation in the PR if so.

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


More information about the llvm-commits mailing list