[all-commits] [llvm/llvm-project] f4418f: [SystemZ][z/OS] Replace unconventional characters ...
Abhina Sree via All-commits
all-commits at lists.llvm.org
Tue Nov 21 04:51:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4418f8813ee15d13217ab0dd995a2a519d9c688
https://github.com/llvm/llvm-project/commit/f4418f8813ee15d13217ab0dd995a2a519d9c688
Author: Abhina Sree <69635948+abhina-sree at users.noreply.github.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M clang/include/clang/Basic/AttrDocs.td
Log Message:
-----------
[SystemZ][z/OS] Replace unconventional characters that are not within the ASCII range (#72906)
This revision fixes the following error on z/OS.
`LLVM ERROR: IO failure on output stream: EDC5122I Input/output error.`
I replace unconventional characters with characters that are within the
ASCII range.
More information about the All-commits
mailing list