]> granicus.if.org Git - clang/commitdiff
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169763 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/code-coverage.c

index b073ae6d0b592c9cd0254d81ffe48e5e37ae893f..caeee89b9c1c6c521014976b12914b19b5a11775 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) {