[all-commits] [llvm/llvm-project] a3eb31: [BOLT][test] Fix 'veneer-lld-abs' test execution o...
Vladimir Vereschaka via All-commits
all-commits at lists.llvm.org
Wed Aug 27 11:50:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3eb311ad3769789ced18cc4f0fba31f04293045
https://github.com/llvm/llvm-project/commit/a3eb311ad3769789ced18cc4f0fba31f04293045
Author: Vladimir Vereschaka <vvereschaka at accesssoftek.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M bolt/test/AArch64/veneer-lld-abs.s
Log Message:
-----------
[BOLT][test] Fix 'veneer-lld-abs' test execution on Windows host (#155525)
The `\$d` escaping sequence is not working properly on the Windows host.
Replacing it with `'$d'` fixes the problem and works fine on both
Windows and Linux hosts.
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