[llvm-bugs] [Bug 25726] New: Support multiple input IR files to llc

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Dec 2 17:06:42 PST 2015


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

            Bug ID: 25726
           Summary: Support multiple input IR files to llc
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: llvm-bugs at justinbogner.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

In r254571 I fixed a bug that can only be seen when reusing a pass manager to
compile multiple CUs, but nothing in-tree does that. Rafael pointed out that we
could test these scenarios by teaching llc to accept multiple inputs (and to
reuse a single pass manager to build them).

-- 
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/20151203/6b7eaf91/attachment.html>


More information about the llvm-bugs mailing list