[llvm-bugs] [Bug 45851] New: Register dependencies as part of MaterializationResponsibility::notifyEmitted.

via llvm-bugs llvm-bugs at lists.llvm.org
Fri May 8 12:14:31 PDT 2020


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

            Bug ID: 45851
           Summary: Register dependencies as part of
                    MaterializationResponsibility::notifyEmitted.
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: OrcJIT
          Assignee: unassignedbugs at nondot.org
          Reporter: lhames at gmail.com
                CC: 1101.debian at gmail.com, llvm-bugs at lists.llvm.org

Dependency registration is currently a separate operation
(MaterializationResponsibility::addDependencies). Handling dependency
registration as part of notifyEmitted would consolidate work that needs to be
performed under the session lock and simplify the JITDylib class.

-- 
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/20200508/be60c27f/attachment.html>


More information about the llvm-bugs mailing list