From: Chad Rosier Date: Mon, 10 Dec 2012 20:16:17 +0000 (+0000) Subject: Fixup test case from r169755. These are driver options, not frontend options. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99bde87178b195590ed9db179f1f4de583cca7fa;p=platform%2Fupstream%2Fllvm.git Fixup test case from r169755. These are driver options, not frontend options. Also, add the -S option. llvm-svn: 169763 --- diff --git a/clang/test/CodeGen/code-coverage.c b/clang/test/CodeGen/code-coverage.c index b073ae6..caeee89 100644 --- a/clang/test/CodeGen/code-coverage.c +++ b/clang/test/CodeGen/code-coverage.c @@ -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 // int test1(int a) {