[all-commits] [llvm/llvm-project] 9303c7: [AIX] Define WCHAR_T_TYPE as unsigned int on 64-bi...
Jake Egan via All-commits
all-commits at lists.llvm.org
Wed Nov 10 17:47:12 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9303c7da39678dbcf3397da4944bb9b4c6e1ac65
https://github.com/llvm/llvm-project/commit/9303c7da39678dbcf3397da4944bb9b4c6e1ac65
Author: Jake Egan <Jake.Egan at ibm.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M clang/test/Sema/wchar.c
Log Message:
-----------
[AIX] Define WCHAR_T_TYPE as unsigned int on 64-bit AIX for wchar.c test
The default wchar type on 64-bit AIX is `unsigned int`, so this patch sets `WCHAR_T_TYPE` to `unsigned int` rather than `int`.
This patch follows similar reasoning to D110428 except for 64-bit.
Reviewed By: daltenty
Differential Revision: https://reviews.llvm.org/D113428
More information about the All-commits
mailing list