[llvm-bugs] [Bug 24753] New: [modules] don't eagerly deserialize inline key function definitions

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 8 17:49:08 PDT 2015


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

            Bug ID: 24753
           Summary: [modules] don't eagerly deserialize inline key
                    function definitions
           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, llvm-bugs at lists.llvm.org
    Classification: Unclassified

In a modules build, we eagerly deserialize a (defined out-of-line) inline key
function definition. Instead, we should deserialize and emit the key function
definition when we find we need to emit the corresponding vtable.

-- 
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/20150909/c0703f90/attachment.html>


More information about the llvm-bugs mailing list