[all-commits] [llvm/llvm-project] 227272: Reapply "[Clang] Make rewrite-includes-bom.c work ...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sun Oct 19 13:09:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 227272662a02151ad401c0881da46250944dc3e3
https://github.com/llvm/llvm-project/commit/227272662a02151ad401c0881da46250944dc3e3
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-10-19 (Sun, 19 Oct 2025)
Changed paths:
M clang/test/Frontend/rewrite-includes-bom.c
Log Message:
-----------
Reapply "[Clang] Make rewrite-includes-bom.c work with internal shell"
This reverts commit 354ad556e17358db2b22507e3ef07ba39991b189.
This was reverted previously for causing test failures on MacOS. It turns out
that od -t x1 prints two spaces between hexadecimal representations of bytes
rather than one like on other *nix systems. This reland updates the original
patch to match any number of whitespace characters in between the bytes rather
than just a single space.
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