summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/stack-protector.c
diff options
context:
space:
mode:
authorEkaterina Romanova <katya_romanova@playstation.sony.com>2015-10-14 00:03:20 +0000
committerEkaterina Romanova <katya_romanova@playstation.sony.com>2015-10-14 00:03:20 +0000
commit89afd1297d67491510a810b874bee8e3c28f33b3 (patch)
treed9134234041ffc643e34cfb4f339edd29eb8d876 /clang/test/Driver/stack-protector.c
parentf4bfd7c6ffa0473bbba5a9b1d06e05e47de25b71 (diff)
downloadbcm5719-llvm-89afd1297d67491510a810b874bee8e3c28f33b3.tar.gz
bcm5719-llvm-89afd1297d67491510a810b874bee8e3c28f33b3.zip
reverting my patch, cause build problems
llvm-svn: 250257
Diffstat (limited to 'clang/test/Driver/stack-protector.c')
-rw-r--r--clang/test/Driver/stack-protector.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/clang/test/Driver/stack-protector.c b/clang/test/Driver/stack-protector.c
index 487af569f24..7fecd1b0213 100644
--- a/clang/test/Driver/stack-protector.c
+++ b/clang/test/Driver/stack-protector.c
@@ -23,12 +23,3 @@
// RUN: %clang -fstack-protector-all -### %s 2>&1 | FileCheck %s -check-prefix=SSP-ALL
// SSP-ALL: "-stack-protector" "3"
// SSP-ALL-NOT: "-stack-protector-buffer-size"
-
-// RUN: %clang -target x86_64-scei-ps4 -### %s 2>&1 | FileCheck %s -check-prefix=SSP-PS4
-// RUN: %clang -target x86_64-scei-ps4 -fstack-protector -### %s 2>&1 | FileCheck %s -check-prefix=SSP-PS4
-// SSP-PS4: "-stack-protector" "2"
-// SSP-PS4-NOT: "-stack-protector-buffer-size"
-
-// RUN: %clang -target x86_64-scei-ps4 -fstack-protector --param ssp-buffer-size=16 -### %s 2>&1 | FileCheck %s -check-prefix=SSP-PS4-BUF
-// SSP-PS4-BUF: "-stack-protector" "2"
-// SSP-PS4-BUF: "-stack-protector-buffer-size" "16"
OpenPOWER on IntegriCloud