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: unassignedb...@nondot.org Reporter: nicolaswe...@gmx.de CC: llvm-bugs@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs