[all-commits] [llvm/llvm-project] c39b1a: [BOLT] Fixed calling clang++ in tests on Windows (...
Dmitry Vasilyev via All-commits
all-commits at lists.llvm.org
Thu Jul 31 07:25:31 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c39b1aedd15041850c0758743258895a656eec81
https://github.com/llvm/llvm-project/commit/c39b1aedd15041850c0758743258895a656eec81
Author: Dmitry Vasilyev <dvassiliev at accesssoftek.com>
Date: 2025-07-31 (Thu, 31 Jul 2025)
Changed paths:
M bolt/test/lsda-section-name.cpp
Log Message:
-----------
[BOLT] Fixed calling clang++ in tests on Windows (#151193)
`RUN: %clang++ ` tried to execute `clang.exe++` on Windows. Use `%clangxx` instead.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list