r194414 - Remove -### from the -O20 test, it was failing the test (?)

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Nov 11 12:18:18 PST 2013


invalid-o-level.c and Misc/warning-flags.c are still failing.

On 11 November 2013 14:54, Sylvestre Ledru <sylvestre at debian.org> wrote:
> Author: sylvestre
> Date: Mon Nov 11 13:54:40 2013
> New Revision: 194414
>
> URL: http://llvm.org/viewvc/llvm-project?rev=194414&view=rev
> Log:
> Remove -### from the -O20 test, it was failing the test (?)
>
> Modified:
>     cfe/trunk/test/Driver/clang_f_opts.c
>
> Modified: cfe/trunk/test/Driver/clang_f_opts.c
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/clang_f_opts.c?rev=194414&r1=194413&r2=194414&view=diff
> ==============================================================================
> --- cfe/trunk/test/Driver/clang_f_opts.c (original)
> +++ cfe/trunk/test/Driver/clang_f_opts.c Mon Nov 11 13:54:40 2013
> @@ -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.
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list