Re: LLVM12 Clang doesn't start

2021-03-03 Thread Maxim Kuvyrkov
Hi Joel, It's likely that msvcp140.dll and vcruntime140.dll are missing. Try installing https://aka.ms/vs/16/release/VC_redist.arm64.exe . In general, the “Dependencies” [1] utility for x86 happens to work just find for WoA. So you can use that to figure out which exact libraries are missing.

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