Hardcode the target in this testcase — it depends on the ABI.
authorAdrian Prantl <aprantl@apple.com>
Thu, 17 Dec 2015 19:33:56 +0000 (19:33 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 17 Dec 2015 19:33:56 +0000 (19:33 +0000)
This fixes a failure on Windows buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255919 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/reference-argument.ll

index 4c090308d35972ae1ae3427809c432323b41070a..0df6ff3edab19af13d1b319b1f87f73eb09714eb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %llc_dwarf -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
+; RUN: llc -mtriple=x86_64-apple-macosx10.9.0 -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
 ; ModuleID = 'aggregate-indirect-arg.cpp'
 ; extracted from debuginfo-tests/aggregate-indirect-arg.cpp