Fixup test case from r169755. These are driver options, not frontend options.
authorChad Rosier <mcrosier@apple.com>
Mon, 10 Dec 2012 20:16:17 +0000 (20:16 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 10 Dec 2012 20:16:17 +0000 (20:16 +0000)
Also, add the -S option.

llvm-svn: 169763

clang/test/CodeGen/code-coverage.c

index b073ae6..caeee89 100644 (file)
@@ -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) {