http://llvm.org/bugs/show_bug.cgi?id=14770

             Bug #: 14770
           Summary: LLC needs to choose the backend using the triple from
                    the module.
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llc
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Currently LLC uses the default target. We want to preserve this functionality
only when -mcpu=native is used. LLC should initialize the target machine using
the command line flag or the triple from the module (in this order).

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to