Add AArch64 wchar definition to test

This should allow it to pass if the default triple is AArch64

llvm-svn: 174620
This commit is contained in:
Tim Northover 2013-02-07 15:11:44 +00:00
parent 7df5c0df3b
commit 570b7478fa
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ typedef __WCHAR_TYPE__ wchar_t;
#if defined(_WIN32) || defined(_M_IX86) || defined(__CYGWIN__) \
|| defined(_M_X64) || defined(SHORT_WCHAR)
#define WCHAR_T_TYPE unsigned short
#elif defined(__arm)
#elif defined(__arm) || defined(__aarch64__)
#define WCHAR_T_TYPE unsigned int
#elif defined(__sun) || defined(__AuroraUX__)
#define WCHAR_T_TYPE long