Clang targetting x64 linker

2021-03-04 Thread Joel Cox
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

LLVM12 Clang doesn't start

2021-03-03 Thread Joel Cox
Hi, I've been trying to use clang on Windows on Arm machine (Samsung Galaxy Book S), but whenever I try to use it, I get either nothing (in powershell) or an error popup: "The application was unable to start correctly (0x07b)". The release I'm using is LLVM-12.0.0-rc1-woa64.exe