diff options
author | Paul Robinson <paul.robinson@sony.com> | 2016-05-16 17:22:25 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2016-05-16 17:22:25 +0000 |
commit | 9d61361acbe68ec1f3e442b836e619e447e467c0 (patch) | |
tree | 4ff554f553de640b6df7b6a5507171783fb9a27b /clang/test/Preprocessor | |
parent | 39cf40f6b4c6deb66c3ff27f0cba73ed8b9d0cbc (diff) | |
download | bcm5719-llvm-9d61361acbe68ec1f3e442b836e619e447e467c0.tar.gz bcm5719-llvm-9d61361acbe68ec1f3e442b836e619e447e467c0.zip |
[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
Diffstat (limited to 'clang/test/Preprocessor')
-rw-r--r-- | clang/test/Preprocessor/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |