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

             Bug #: 12753
           Summary: llvm-ld removed but Makefile.rules still tries to run
                    it
           Product: Build scripts
           Version: trunk
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Makefiles
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 8504
  --> http://llvm.org/bugs/attachment.cgi?id=8504
Patch to Makefile.rules to use llvm-link instead of llvm-ld.

"llvm-ld" was removed from LLVM tools, but Makefile.rules still tries to use it
through LLVMLD variable and some builds (e.g. VMKit) fail to build because of
this.
I made a patch that replaces the use of "llvm-ld" by "llvm-link" in
"Makefile.rules".
I am not sure if these tools are perfectly equivalent, but I can compile VMKit
using llvm-link successfully.

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