summaryrefslogtreecommitdiff
path: root/test/DebugInfo/varargs.ll
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-02-25 23:03:00 +0000
committerAdrian Prantl <aprantl@apple.com>2014-02-25 23:03:00 +0000
commit7e2bf3c6f908cc79dd48c69f86920a3826141e72 (patch)
treed8915419b5d94dabb787face271aa9435be9615c /test/DebugInfo/varargs.ll
parent889b1299a76ae829a6d07135463535b409681585 (diff)
downloadllvm-7e2bf3c6f908cc79dd48c69f86920a3826141e72.tar.gz
llvm-7e2bf3c6f908cc79dd48c69f86920a3826141e72.tar.bz2
llvm-7e2bf3c6f908cc79dd48c69f86920a3826141e72.tar.xz
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
Diffstat (limited to 'test/DebugInfo/varargs.ll')
-rw-r--r--test/DebugInfo/varargs.ll2
1 files changed, 1 insertions, 1 deletions
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
;