Displaying 3 results from an estimated 3 matches for "guardsym".
Did you mean:
guards
2015 Sep 03
2
lld on Windows
Ah! I don't know what GUARDSYM does or whether there is any way to turn it
off at the compiler end; a Google search doesn't seem to find anything; but
it would be great if you could add support for msvc 2015.
When I try using clang as the compiler, I get a different error message. In
this case it seems to be just not findin...
2015 Sep 03
2
lld on Windows
...s] <inputs>
OPTIONS:
-core CORE linking
-flavor <value> Flavor for linking, options are gnu/darwin/link
-help Display this help message
-target <value> Select the 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 us...
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