[LLVMbugs] [Bug 12753] New: llvm-ld removed but Makefile.rules still tries to run it

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 7 01:59:17 PDT 2012


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: unassignedbugs at nondot.org
        ReportedBy: koutheir at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    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.



More information about the llvm-bugs mailing list