[llvm-bugs] [Bug 25641] clang-cl: vtordisp thunks not emitted for functions with class template specializations in their signatures
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Wed Nov 25 15:15:17 PST 2015
    
    
  
https://llvm.org/bugs/show_bug.cgi?id=25641
David Majnemer <david.majnemer at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |david.majnemer at gmail.com
         Resolution|---                         |INVALID
--- Comment #1 from David Majnemer <david.majnemer at gmail.com> ---
Stephan,
The vtordisp thunk should be emitted with whichever TU contains the definition
of ImplCanvas::createColor.
Your TU doesn't provide a definition of ImplCanvas::createColor and thus misses
out on the thunk.
-- 
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/20151125/f833d08b/attachment.html>
    
    
More information about the llvm-bugs
mailing list