From: Adrian Prantl Date: Tue, 25 Feb 2014 23:03:00 +0000 (+0000) Subject: Attempt to unbreak an MSVC buildbot by switching to %llc_dwarf. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7e2bf3c6f908cc79dd48c69f86920a3826141e72;p=oota-llvm.git 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 --- diff --git a/test/DebugInfo/varargs.ll b/test/DebugInfo/varargs.ll index 52e9e8b724d..a3274142619 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 ;