[llvm-bugs] [Bug 24616] New: [win] lld-link shouldn't depend on env vars to find libraries optionally

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Aug 28 11:42:34 PDT 2015


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

            Bug ID: 24616
           Summary: [win] lld-link shouldn't depend on env vars to find
                    libraries optionally
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

With clang-cl, I can do

> clang-cl -c file.cc -m32
> clang-cl -c file.cc -m64

in the same terminal session without running vsvars and that works fine.

It'd be awesome if I could then say

> lld-link file.obj -m32
> lld-link file.obj -m64

and have it produce a 32-bit / 64-bit executable respectively.

-- 
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/20150828/5d1e5c5f/attachment.html>


More information about the llvm-bugs mailing list