Attempt to unbreak an MSVC buildbot by switching to %llc_dwarf.

llvm-svn: 202202
This commit is contained in:
Adrian Prantl 2014-02-25 23:03:00 +00:00
parent 164f6a50be
commit 556acef3d9

View 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
;