From: Eric Christopher Date: Tue, 20 May 2014 23:23:51 +0000 (+0000) Subject: Make this test emit llvm IR rather than assembly. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a868d3f7c3c7fa91b7439607adc7a21207f88cd;p=clang Make this test emit llvm IR rather than assembly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209255 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/debug-dead-local-var.c b/test/CodeGen/debug-dead-local-var.c index 19cd6feafa..31c8d3705e 100644 --- a/test/CodeGen/debug-dead-local-var.c +++ b/test/CodeGen/debug-dead-local-var.c @@ -1,5 +1,5 @@ // FIXME: Check IR rather than asm, then triple is not needed. -// RUN: %clang_cc1 -mllvm -asm-verbose -triple %itanium_abi_triple -S -O2 -g %s -o - | FileCheck %s +// RUN: %clang_cc1 -triple %itanium_abi_triple -O2 -g -emit-llvm %s -o - | FileCheck %s // Radar 8122864 // Code is not generated for function foo, but preserve type information of