[llvm] r202202 - Attempt to unbreak an MSVC buildbot by switching to %llc_dwarf.

Adrian Prantl aprantl at apple.com
Tue Feb 25 15:03:01 PST 2014


Author: adrian
Date: Tue Feb 25 17:03:00 2014
New Revision: 202202

URL: http://llvm.org/viewvc/llvm-project?rev=202202&view=rev
Log:
Attempt to unbreak an MSVC buildbot by switching to %llc_dwarf.

Modified:
    llvm/trunk/test/DebugInfo/varargs.ll

Modified: llvm/trunk/test/DebugInfo/varargs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/varargs.ll?rev=202202&r1=202201&r2=202202&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/varargs.ll (original)
+++ llvm/trunk/test/DebugInfo/varargs.ll Tue Feb 25 17:03:00 2014
@@ -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
 ;





More information about the llvm-commits mailing list