[llvm-bugs] [Bug 26851] New: clang-cl doesn't recognize -fuse-ld=lld

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Mar 5 07:55:01 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26851

            Bug ID: 26851
           Summary: clang-cl doesn't recognize -fuse-ld=lld
           Product: clang
           Version: 3.7
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: ignacio.slipknot at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

I'm trying to compile and link from Visual Studio 2015 using the LLVM
toolchain, however it uses Visual Studio's link.exe

I can't seem to be able to force it to use lld.exe/lld-link.exe by passing
-fuse-ld=lld to the compiler arguments in "Additional Options" in Visual
Studio. clang-cl returns "no such file or directory: -fuse-ld=lld"

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160305/39cd4ecb/attachment.html>


More information about the llvm-bugs mailing list