From 7e2bf3c6f908cc79dd48c69f86920a3826141e72 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 25 Feb 2014 23:03:00 +0000 Subject: Attempt to unbreak an MSVC buildbot by switching to %llc_dwarf. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202202 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/varargs.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/DebugInfo/varargs.ll') diff --git a/test/DebugInfo/varargs.ll b/test/DebugInfo/varargs.ll index 52e9e8b724..a327414261 100644 --- a/test/DebugInfo/varargs.ll +++ b/test/DebugInfo/varargs.ll @@ -1,4 +1,4 @@ -; RUN: llc -O0 -filetype=obj -o %t.o %s +; RUN: %llc_dwarf -O0 -filetype=obj -o %t.o %s ; RUN: llvm-dwarfdump -debug-dump=info %t.o | FileCheck %s ; REQUIRES: object-emission ; -- cgit v1.2.3