Closed ilg-ul closed 2 months ago
The subject is incorrect - the real error is about libclang_rt.profile
missing for aarch64, while the subject claims it's missing for x86_64.
See the topmost two commits at https://github.com/mstorsjo/llvm-mingw/commits/profile-arm, that should provide more runtimes on aarch64.
Oops! Wrong copy/paste. The original report was about x86_64. I tested again with your clang.exe and it passed.
I'll investigate what is wrong in my build.
Sorry for the noise.
FWIW, the same commands should pass for aarch64 now as well, since the last release, as we include the profile and ubsan libraries for aarch64 now.
I got a bug report for xPack clang when running on Windows (https://github.com/xpack-dev-tools/clang-xpack/issues/9), but since my project basically uses the same configuration as yours, I also tested with your latest build, and the problem seems present too: