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: unassignedb...@nondot.org
          Reporter: lha...@gmail.com
                CC: 1101.deb...@gmail.com, llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to