[llvm-bugs] [Bug 13684] Explicitly deleted virtual member function causes link error
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Thu Dec 10 15:00:28 PST 2015
    
    
  
https://llvm.org/bugs/show_bug.cgi?id=13684
Sebastian Brodehl <loyzibell at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |loyzibell at gmail.com
         Resolution|FIXED                       |---
--- Comment #4 from Sebastian Brodehl <loyzibell at gmail.com> ---
It appears that this bug is still not fixed with clang-700.1.76, shipped with
Apple LLVM version 7.0.0, but error message slightly differs.
Undefined symbols for architecture x86_64:
  "___cxa_deleted_virtual", referenced from:
      vtable for Base in test-9e36a3.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
-- 
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/20151210/1b8838b7/attachment.html>
    
    
More information about the llvm-bugs
mailing list