summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2013-11-11 20:46:40 +0000
committerSylvestre Ledru <sylvestre@debian.org>2013-11-11 20:46:40 +0000
commitcc645758c71dc20c223e1464c4d1e8def4c64679 (patch)
tree0e15ea59f4a2f4dfd7767e481df6266c1a016ca3
parented1b2e5d98577482e8537547ff5ceff18d39442f (diff)
downloadbcm5719-llvm-cc645758c71dc20c223e1464c4d1e8def4c64679.tar.gz
bcm5719-llvm-cc645758c71dc20c223e1464c4d1e8def4c64679.zip
Revert "Remove -### from the -O20 test, it was failing the test (?)"
This reverts commit r194414. Was breaking too many tests... llvm-svn: 194419
-rw-r--r--clang/test/Driver/clang_f_opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/clang_f_opts.c b/clang/test/Driver/clang_f_opts.c
index 33bca7d72fd..462b11a112e 100644
--- a/clang/test/Driver/clang_f_opts.c
+++ b/clang/test/Driver/clang_f_opts.c
@@ -100,7 +100,7 @@
// CHECK-MAX-O: warning: -O4 is equivalent to -O3
// CHECK-MAX-O: -O3
-// RUN: %clang -S -O20 %s 2>&1 | FileCheck -check-prefix=CHECK-INVALID-O %s
+// RUN: %clang -### -S -O20 %s 2>&1 | FileCheck -check-prefix=CHECK-INVALID-O %s
// CHECK-INVALID-O: warning: optimization level '-O20' is unsupported; using '-O3' instead.
// Test that we don't error on these.
OpenPOWER on IntegriCloud