diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-02-25 23:03:00 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-02-25 23:03:00 +0000 |
commit | 6aa7616355930bcfed0e8561e59b6a257813e37c (patch) | |
tree | 8027e0b89e2d06f806879f903323d8bd275973de /llvm/test/DebugInfo/varargs.ll | |
parent | 20474106a1913932c482af2c9e76bfb054826dda (diff) | |
download | bcm5719-llvm-6aa7616355930bcfed0e8561e59b6a257813e37c.tar.gz bcm5719-llvm-6aa7616355930bcfed0e8561e59b6a257813e37c.zip |
Attempt to unbreak an MSVC buildbot by switching to %llc_dwarf.
llvm-svn: 202202
Diffstat (limited to 'llvm/test/DebugInfo/varargs.ll')
-rw-r--r-- | llvm/test/DebugInfo/varargs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/varargs.ll b/llvm/test/DebugInfo/varargs.ll index 52e9e8b724d..a3274142619 100644 --- a/llvm/test/DebugInfo/varargs.ll +++ b/llvm/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 ; |