Fix command line used to link these test cases.
authorDevang Patel <dpatel@apple.com>
Tue, 7 Sep 2010 18:17:56 +0000 (18:17 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 7 Sep 2010 18:17:56 +0000 (18:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113237 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/dbg-declare-fastisel.ll
test/CodeGen/X86/dbg-declare-hybrid.ll
test/CodeGen/X86/dbg-declare-isel.ll

index 4a89d5978b217e2ac4e726a2021a53e66a489969..7ede1edfad1813a66a03d491cd2b6d7a1c3de145 100644 (file)
@@ -1,7 +1,7 @@
 ; This test case checks handling of llvm.dbg.declare intrinsic during fast-isel.
 ; 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 f2 \n break f3 \n break f5 \n break f9 \n run \n p i \n c \n p i\n c \n p i\n c \n p i\n c \n p i.x} > %t.in
 ; RUN: gdb -q -batch -n -x %t.in %t.exe >& %t.out
 ; RUN: grep "1 = 42" %t.out
index 2b759cabea0d45cb18d6fd46818000c401bf651f..4565c35b6ff2966d57e74b51117c6f514a4fb3d0 100644 (file)
@@ -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
index 98f4b0710c96f2941934086721f2d9c2db9ba835..8e8c2039044fae226f0da81f1dbc9d4b577475d2 100644 (file)
@@ -1,7 +1,7 @@
 ; This test case checks handling of llvm.dbg.declare intrinsic during isel.
 ; RUN: llc  -mtriple=x86_64-apple-darwin --disable-fp-elim -O0 -fast-isel=false %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 f2 \n break f7 \n break f8 \n break f9 \n break f10 \n run \n p i\n c \n p i\n c \n p i.x\n c \n p i.x\n c \n p i.x \n c \n p i.x \n} > %t.in
 ; RUN: gdb -q -batch -n -x %t.in %t.exe >& %t.out
 ; RUN: grep "1 = 42" %t.out