summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/dbg-declare-hybrid.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/dbg-declare-hybrid.ll')
-rw-r--r--test/CodeGen/X86/dbg-declare-hybrid.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dbg-declare-hybrid.ll b/test/CodeGen/X86/dbg-declare-hybrid.ll
index 2b759cabea..4565c35b6f 100644
--- a/test/CodeGen/X86/dbg-declare-hybrid.ll
+++ b/test/CodeGen/X86/dbg-declare-hybrid.ll
@@ -2,7 +2,7 @@
; using fast-isel but switch back to DAG building at some point.
; RUN: llc -mtriple=x86_64-apple-darwin --disable-fp-elim -O0 %s -o %t.s
; RUN: %compile_c -m64 %t.s -o %t.o
-; RUN: %link %t.o -o %t.exe
+; RUN: %link -m64 %t.o -o %t.exe
; RUN: echo {break f1\n break f4\n break f5\n run \n p i\n c \n p i\n c \n p i\n} > %t.in
; RUN: gdb -q -batch -n -x %t.in %t.exe >& %t.out
; RUN: grep "1 = 42" %t.out