[cfe-commits] r169763 - /cfe/trunk/test/CodeGen/code-coverage.c

Chad Rosier mcrosier at apple.com
Mon Dec 10 12:22:00 PST 2012


Bill,
Please have a look at this to make sure it's a proper fix.

 Chad

On Dec 10, 2012, at 12:16 PM, Chad Rosier <mcrosier at apple.com> wrote:

> Author: mcrosier
> Date: Mon Dec 10 14:16:17 2012
> New Revision: 169763
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=169763&view=rev
> Log:
> Fixup test case from r169755.  These are driver options, not frontend options. 
> Also, add the -S option.
> 
> Modified:
>    cfe/trunk/test/CodeGen/code-coverage.c
> 
> Modified: cfe/trunk/test/CodeGen/code-coverage.c
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/code-coverage.c?rev=169763&r1=169762&r2=169763&view=diff
> ==============================================================================
> --- cfe/trunk/test/CodeGen/code-coverage.c (original)
> +++ cfe/trunk/test/CodeGen/code-coverage.c Mon Dec 10 14:16:17 2012
> @@ -1,4 +1,4 @@
> -// RUN: %clang_cc1 -O0  -mno-red-zone -fprofile-arcs -ftest-coverage -emit-llvm %s -o - | FileCheck %s
> +// RUN: %clang -O0 -S -mno-red-zone -fprofile-arcs -ftest-coverage -emit-llvm %s -o - | FileCheck %s
> // <rdar://problem/12843084>
> 
> int test1(int a) {
> 
> 
> _______________________________________________
> 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