From 9d61361acbe68ec1f3e442b836e619e447e467c0 Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Mon, 16 May 2016 17:22:25 +0000 Subject: [PS4] Change the names of some "environmental" things to what our licensees actually see in the toolchain we deliver to them. This will reduce the set of local patches we have to maintain. The triple is not changing. (The term ORBIS is an internal code name for PS4.) llvm-svn: 269671 --- clang/test/Preprocessor/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Preprocessor') diff --git a/clang/test/Preprocessor/init.c b/clang/test/Preprocessor/init.c index 46e838be912..f7c320b7226 100644 --- a/clang/test/Preprocessor/init.c +++ b/clang/test/Preprocessor/init.c @@ -8369,8 +8369,8 @@ // PS4:#define __LP64__ 1 // PS4:#define __MMX__ 1 // PS4:#define __NO_MATH_INLINES 1 +// PS4:#define __ORBIS__ 1 // PS4:#define __POINTER_WIDTH__ 64 -// PS4:#define __PS4__ 1 // PS4:#define __PTRDIFF_MAX__ 9223372036854775807L // PS4:#define __PTRDIFF_TYPE__ long int // PS4:#define __PTRDIFF_WIDTH__ 64 -- cgit v1.2.3