[all-commits] [llvm/llvm-project] 4a27dd: Remove 3-byte characters causing clang-tblgen to g...
zibi2 via All-commits
all-commits at lists.llvm.org
Mon Jun 5 05:58:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a27ddd423337bb1088bd997d33a1f0f49f1ead4
https://github.com/llvm/llvm-project/commit/4a27ddd423337bb1088bd997d33a1f0f49f1ead4
Author: Zibi Sarbinowski <zibi at ca.ibm.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M clang/include/clang/Basic/AttrDocs.td
Log Message:
-----------
Remove 3-byte characters causing clang-tblgen to get I/O error.
[SystemZ} This revision fixes the following error caused by 301eb6b68f30074ee3a90e2dfbd11dfd87076323.
LLVM ERROR: IO failure on output stream: EDC5122I Input/output error.
The characters seems to be 3-byte characters which cause the failure with auto conversion from EBCDIC to ASCII.
Credit to @Kai who found this issue.
Reviewed By: abhina.sreeskantharajan
Differential Revision: https://reviews.llvm.org/D152016
More information about the All-commits
mailing list