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

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 09:50:27 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;
----------------
compnerd wrote:

Why the removal of the move constructor?

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


More information about the llvm-commits mailing list