[llvm-bugs] [Bug 32990] clang emits inline copy of complete object destructor for dllimport classes with virtual bases

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Mar 16 12:48:00 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=32990

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Reid Kleckner <rnk at google.com> ---
Should be fixed after r327732. Now complete/vbase destructors are imported and
exported like the base destructor and have the right linkage.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180316/e4736092/attachment.html>


More information about the llvm-bugs mailing list