[LLVMbugs] [Bug 20580] New: [MSABI] need update record if we CheckDestructor on another module's destructor

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Aug 7 14:02:18 PDT 2014


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

            Bug ID: 20580
           Summary: [MSABI] need update record if we CheckDestructor on
                    another module's destructor
           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

We can set the OperatorDelete on a destructor without giving it a body in
MSABI. When building a module or PCH, this will result in us failing to emit an
update for that field, and we may assert in CodeGen.

-- 
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/20140807/a4f3acc2/attachment.html>


More information about the llvm-bugs mailing list