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

           Summary: llvm-ld -native and llvm-ld -native-cbe cause llc
                    error
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=4862)
 --> (http://llvm.org/bugs/attachment.cgi?id=4862)
patch: don't pass -f to llc

llvm-ld -native and llvm-ld -native-cbe don't work because they pass the -f
flag to llc. llc no longer accepts this flag.

Attached patch should fix it.

-- 
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