[LLVMbugs] [Bug 21329] New: fail to merge vtable uses across modules

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 21 14:37:11 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=21329

            Bug ID: 21329
           Summary: fail to merge vtable uses across modules
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Modules
          Assignee: unassignedclangbugs at nondot.org
          Reporter: richard-llvm at metafoo.co.uk
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

See ASTReader.cpp:3000:

      // Later tables overwrite earlier ones.
      // FIXME: Modules will have some trouble with this. This is clearly not
      // the right way to do this.
      VTableUses.clear();

Thhis is fine for PCH but completely wrong for modules.

-- 
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/20141021/f28a9459/attachment.html>


More information about the llvm-bugs mailing list