search for: windows_support

Displaying 5 results from an estimated 5 matches for "windows_support".

2015 Sep 03
2
lld on Windows
What's the current state of affairs regarding lld on Windows - how much of it is supposed to work? The documentation at http://lld.llvm.org/windows_support.html suggests it should pretty much work provided you don't need exceptions or debug info (though that documentation seems to be from last year), but when I tried it on a 'hello world' C program, it gave error messages; is it the case that lld is not yet expected to work on Windows, or...
2015 Sep 03
2
lld on Windows
...target -version Display the version C:\t>lld -flavor link a.obj Cannot open /GUARDSYM:__C_specific_handler,S.obj: no such file or directory On Thu, Sep 3, 2015 at 4:45 PM, Rui Ueyama <ruiu at google.com> wrote: > What error message did you get? What > http://lld.llvm.org/windows_support.html says is correct -- except debug > info, the linker should be pretty much usable as a drop-in replacement for > MSVC linker. > > On Thu, Sep 3, 2015 at 5:11 PM, Russell Wallace via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> What's the current state of...
2015 Sep 03
2
lld on Windows
...-flavor link a.obj >> Cannot open /GUARDSYM:__C_specific_handler,S.obj: no such file or >> directory >> >> On Thu, Sep 3, 2015 at 4:45 PM, Rui Ueyama <ruiu at google.com> wrote: >> >>> What error message did you get? What >>> http://lld.llvm.org/windows_support.html says is correct -- except >>> debug info, the linker should be pretty much usable as a drop-in >>> replacement for MSVC linker. >>> >>> On Thu, Sep 3, 2015 at 5:11 PM, Russell Wallace via llvm-dev < >>> llvm-dev at lists.llvm.org> wrote: >&...
2017 Mar 29
3
Invoking lld for PE/COFF (Windows) linking
...clang targeting VC++ I use the appropriate target triple when compiling and am trying to use lld to link the object file(s) into an exe. To do that I use the clang option "-fuse-ld=lld" when linking. According to the llvm doc on using lld with PE/COFF on Windows at https://lld.llvm.org/windows_support.html: "LLD supports Windows operating system. When invoked as lld-link.exe or with -flavor link, the driver for Windows operating system is used to parse command line options, and it drives further linking processes. LLD accepts almost all command line options that the linker shipped with...
2017 Mar 30
2
Invoking lld for PE/COFF (Windows) linking
...propriate target triple when compiling and am trying to use lld to > link the object file(s) into an exe. To do that I use the clang > option "-fuse-ld=lld" when linking. According to the llvm doc on > using lld with PE/COFF on Windows at > https://lld.llvm.org/windows_support.html > <https://lld.llvm.org/windows_support.html>: > > "LLD supports Windows operating system. When invoked as lld-link.exe > or with -flavor link, the driver for Windows operating system is > used to parse command line options, and it drives further linki...