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: unassignedb...@nondot.org
          Reporter: llvm-b...@justinbogner.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to