Attempt to unbreak an MSVC buildbot by switching to %llc_dwarf.
authorAdrian Prantl <aprantl@apple.com>
Tue, 25 Feb 2014 23:03:00 +0000 (23:03 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 25 Feb 2014 23:03:00 +0000 (23:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202202 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/varargs.ll

index 52e9e8b724d712adc729ede03a25894b7799df3b..a32741426194ade57536a77250d4c9b5b7e7eeb5 100644 (file)
@@ -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
 ;