From 26df84a187e2757a41ca1478d26c8cd826232753 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Mon, 10 Dec 2012 20:16:17 +0000 Subject: [PATCH] Fixup test case from r169755. These are driver options, not frontend options. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/code-coverage.c b/test/CodeGen/code-coverage.c index b073ae6d0b..caeee89b9c 100644 --- a/test/CodeGen/code-coverage.c +++ b/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) { -- 2.40.0