]> granicus.if.org Git - clang/commitdiff
Use correct flags for this test.
authorBill Wendling <isanbard@gmail.com>
Mon, 10 Dec 2012 21:15:22 +0000 (21:15 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 10 Dec 2012 21:15:22 +0000 (21:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169768 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/code-coverage.c

index caeee89b9c1c6c521014976b12914b19b5a11775..a99631d33d06cca8699e089742f5d8d9f38309de 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: %clang -O0 -S -mno-red-zone -fprofile-arcs -ftest-coverage -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -O0 -emit-llvm -disable-red-zone -femit-coverage-notes -femit-coverage-data %s -o - | FileCheck %s
+
 // <rdar://problem/12843084>
 
 int test1(int a) {