summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/alignment.cpp
diff options
context:
space:
mode:
authorDouglas Yung <douglas.yung@sony.com>2018-05-16 00:27:43 +0000
committerDouglas Yung <douglas.yung@sony.com>2018-05-16 00:27:43 +0000
commitdd41a5831496b9acbc92c43916a2d4466b6c82de (patch)
tree39c7ac35f4c3484547d8d49174e57ddf3ccdb678 /test/CodeGenCXX/alignment.cpp
parent2f3b3999e2b6a14cfb87fae4d0a18db8ece7ae71 (diff)
Revert commits r332160, r332164, r332236.
It was decided this is the wrong approach to fix this issue. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332421 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/alignment.cpp')
-rw-r--r--test/CodeGenCXX/alignment.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGenCXX/alignment.cpp b/test/CodeGenCXX/alignment.cpp
index 6956637aae..2549afda88 100644
--- a/test/CodeGenCXX/alignment.cpp
+++ b/test/CodeGenCXX/alignment.cpp
@@ -1,8 +1,5 @@
// 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
-// Check that the PS4 target uses the 6.0 compat settings.
-// RUN: %clang_cc1 %s -emit-llvm -o - -triple=x86_64-scei-ps4 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-V6COMPAT
-// RUN: %clang_cc1 %s -emit-llvm -o - -triple=x86_64-scei-ps4 -fclang-abi-compat=latest | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-V6COMPAT
extern int int_source();
extern void int_sink(int x);