ox wrote:
>>>
>>> Hi
>>>
>>> I was trying "clang hello.c" from command line, but "clang-cl hello.c"
>>> gives me the same error. I am unsure if this is what you mean but neither
>>> work.
>>>
>>> Thanks,
>
>
>> On 4 Mar 2021, at 19:43, Joel Cox wrote:
>>
>> Hi
>>
>> I was trying "clang hello.c" from command line, but "clang-cl hello.c" gives
>> me the same error. I am unsure if this is what you mean but neither work.
>>
>> T
riginal Message-
> From: Maxim Kuvyrkov
> Sent: 04 March 2021 16:40
> To: Joel Cox
> Cc: linaro-toolchain@lists.linaro.org
> Subject: Re: Clang targetting x64 linker
>
> Hi Joel,
>
> Are you using clang-cl.exe as compiler/linker driver? It’s easiest to use
>
Hi Joel,
Are you using clang-cl.exe as compiler/linker driver? It’s easiest to use
clang-cl.exe as it aims to be a direct replacement for MSVC’s cl.exe, but will
use LLVM tools. In particular, when clang-cl.exe uses LLVM Linker (LLD) by
default.
If you are using linux-style clang.exe as the
Hi
I've been trying to run clang on a Windows on Arm machine, but it keeps trying
to using the link.exe located in "Visual studio//Host64/arm64", which is
(seemingly) an x64 tool and as such doesn't run, and crashes the process.
Is there a way to set clang to look at VS's x86 link.exe? Or if