summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/stdint.c
diff options
context:
space:
mode:
authorRobert Lytton <robert@xmos.com>2013-11-12 10:09:30 +0000
committerRobert Lytton <robert@xmos.com>2013-11-12 10:09:30 +0000
commitcc4246614f7829183c335c44012fd6952265fe52 (patch)
treeeec7df7bdb31c7bb9ba68cda28f5cfb625a74964 /clang/test/Preprocessor/stdint.c
parent6b1deb4cf93d71c9b8984d9f048e521ef2b3c0c7 (diff)
downloadbcm5719-llvm-cc4246614f7829183c335c44012fd6952265fe52.tar.gz
bcm5719-llvm-cc4246614f7829183c335c44012fd6952265fe52.zip
XCore target Type defines.
Change SizeType, PtrDiffType, IntPtrType, WCharType, WIntType to follow the XMOS llvm-gcc front end's settings. llvm-svn: 194461
Diffstat (limited to 'clang/test/Preprocessor/stdint.c')
-rw-r--r--clang/test/Preprocessor/stdint.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/test/Preprocessor/stdint.c b/clang/test/Preprocessor/stdint.c
index 971aea45ecd..d8d48c211ea 100644
--- a/clang/test/Preprocessor/stdint.c
+++ b/clang/test/Preprocessor/stdint.c
@@ -1052,11 +1052,11 @@
//
// XCORE:SIG_ATOMIC_MIN_ (-2147483647 -1)
// XCORE:SIG_ATOMIC_MAX_ 2147483647
-// XCORE:WINT_MIN_ (-2147483647 -1)
-// XCORE:WINT_MAX_ 2147483647
+// XCORE:WINT_MIN_ 0U
+// XCORE:WINT_MAX_ 4294967295U
//
-// XCORE:WCHAR_MAX_ 2147483647
-// XCORE:WCHAR_MIN_ (-2147483647 -1)
+// XCORE:WCHAR_MAX_ 255U
+// XCORE:WCHAR_MIN_ 0
//
// XCORE:INT8_C_(0) 0
// XCORE:UINT8_C_(0) 0U
OpenPOWER on IntegriCloud