diff options
| author | Douglas Yung <douglas.yung@sony.com> | 2018-05-16 00:27:43 +0000 |
|---|---|---|
| committer | Douglas Yung <douglas.yung@sony.com> | 2018-05-16 00:27:43 +0000 |
| commit | 9a40ff502f7ee68ffec7bb2197cf35b90ca052d3 (patch) | |
| tree | 0292fc654c1b4ffc68c1b67ca20c93d8ad135302 /clang/test | |
| parent | ec8236ead1487e6a2d4f55a594c1a0144407a6c6 (diff) | |
| download | bcm5719-llvm-9a40ff502f7ee68ffec7bb2197cf35b90ca052d3.tar.gz bcm5719-llvm-9a40ff502f7ee68ffec7bb2197cf35b90ca052d3.zip | |
Revert commits r332160, r332164, r332236.
It was decided this is the wrong approach to fix this issue.
llvm-svn: 332421
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/CodeGenCXX/alignment.cpp | 3 | ||||
| -rw-r--r-- | clang/test/Driver/clang-abi-compat.cpp | 8 |
2 files changed, 0 insertions, 11 deletions
diff --git a/clang/test/CodeGenCXX/alignment.cpp b/clang/test/CodeGenCXX/alignment.cpp index 6956637aaef..2549afda882 100644 --- a/clang/test/CodeGenCXX/alignment.cpp +++ b/clang/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); diff --git a/clang/test/Driver/clang-abi-compat.cpp b/clang/test/Driver/clang-abi-compat.cpp deleted file mode 100644 index 7433c74b82b..00000000000 --- a/clang/test/Driver/clang-abi-compat.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// PS4 target requires clang ABI version 6, check that a warning is emitted when a version other than 6 is requested. -// RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=4 %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING -// RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=latest %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING - -// REQUIRES: x86-registered-target - -// CHECK-WARNING: warning: target requires clang ABI version 6, ignoring requested version - |

