summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/reference-argument.ll
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-12-17 19:33:56 +0000
committerAdrian Prantl <aprantl@apple.com>2015-12-17 19:33:56 +0000
commitb1be76389d27c245f82b78bbea69b4c9a7c99024 (patch)
tree855ad43238b11c5036699648f47f83c1908a74ed /llvm/test/DebugInfo/X86/reference-argument.ll
parent695890c971f4c89da9a9d61e3b430f2e0cb49a83 (diff)
downloadbcm5719-llvm-b1be76389d27c245f82b78bbea69b4c9a7c99024.tar.gz
bcm5719-llvm-b1be76389d27c245f82b78bbea69b4c9a7c99024.zip
Hardcode the target in this testcase — it depends on the ABI.
This fixes a failure on Windows buildbots. llvm-svn: 255919
Diffstat (limited to 'llvm/test/DebugInfo/X86/reference-argument.ll')
-rw-r--r--llvm/test/DebugInfo/X86/reference-argument.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/reference-argument.ll b/llvm/test/DebugInfo/X86/reference-argument.ll
index 4c090308d35..0df6ff3edab 100644
--- a/llvm/test/DebugInfo/X86/reference-argument.ll
+++ b/llvm/test/DebugInfo/X86/reference-argument.ll
@@ -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
OpenPOWER on IntegriCloud