summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/alignment.cpp
diff options
context:
space:
mode:
authorDouglas Yung <douglas.yung@sony.com>2018-05-18 21:51:46 +0000
committerDouglas Yung <douglas.yung@sony.com>2018-05-18 21:51:46 +0000
commitff7fef12a48f16cac815cfeb678b83ec3230fcbb (patch)
treebcff9a4df41d272d4f6983e8074e06d6f92a4c54 /test/CodeGenCXX/alignment.cpp
parent746b78de7812bc785fbb5207b788348040b23fa7 (diff)
Maintain PS4 ABI compatibility by making the fix made in r331136 not apply when the target is the PS4.
Reviewers: rsmith Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D47084 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/alignment.cpp')
-rw-r--r--test/CodeGenCXX/alignment.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenCXX/alignment.cpp b/test/CodeGenCXX/alignment.cpp
index 2549afda88..37509fcb4d 100644
--- a/test/CodeGenCXX/alignment.cpp
+++ b/test/CodeGenCXX/alignment.cpp
@@ -1,5 +1,6 @@
// RUN: %clang_cc1 %s -emit-llvm -o - -triple=x86_64-apple-darwin10 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-NOCOMPAT
// RUN: %clang_cc1 %s -emit-llvm -o - -triple=x86_64-apple-darwin10 -fclang-abi-compat=6.0 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-V6COMPAT
+// RUN: %clang_cc1 %s -emit-llvm -o - -triple=x86_64-scei-ps4 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-V6COMPAT
extern int int_source();
extern void int_sink(int x);