Dmitry Vasilyev c39b1aedd1
[BOLT] Fixed calling clang++ in tests on Windows (#151193)
`RUN: %clang++ ` tried to execute `clang.exe++` on Windows. Use `%clangxx` instead.
2025-07-31 18:25:09 +04:00
..