summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-09-07 20:59:09 +0000
committerDevang Patel <dpatel@apple.com>2010-09-07 20:59:09 +0000
commit1dde7c257a03316dec34840f48d287ac46a392d4 (patch)
tree1bc11faa856e4dbe720f133539ff06dbbc19a48b /test
parent2da497902a196bacb073b65a5c7030f002cbd349 (diff)
downloadllvm-1dde7c257a03316dec34840f48d287ac46a392d4.tar.gz
llvm-1dde7c257a03316dec34840f48d287ac46a392d4.tar.bz2
llvm-1dde7c257a03316dec34840f48d287ac46a392d4.tar.xz
There is no need to force target if the test is going to run on other x86 platforms.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113285 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/dbg-declare-fastisel.ll4
-rw-r--r--test/CodeGen/X86/dbg-declare-hybrid.ll4
-rw-r--r--test/CodeGen/X86/dbg-declare-isel.ll4
3 files changed, 3 insertions, 9 deletions
diff --git a/test/CodeGen/X86/dbg-declare-fastisel.ll b/test/CodeGen/X86/dbg-declare-fastisel.ll
index 7ede1edfad..6c4b73aa57 100644
--- a/test/CodeGen/X86/dbg-declare-fastisel.ll
+++ b/test/CodeGen/X86/dbg-declare-fastisel.ll
@@ -1,5 +1,5 @@
; 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: llc --disable-fp-elim -O0 %s -o %t.s
; RUN: %compile_c -m64 %t.s -o %t.o
; 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
@@ -10,8 +10,6 @@
; RUN: grep "4 = 46" %t.out
; RUN: grep "5 = 51" %t.out
-; XTARGET: darwin
-target triple = "x86_64-apple-darwin"
%struct.XYZ = type { i32, i32, i32, i32, i32 }
; Check handling of llvm.dbg.declare for an argument referred through alloca, where
diff --git a/test/CodeGen/X86/dbg-declare-hybrid.ll b/test/CodeGen/X86/dbg-declare-hybrid.ll
index 4565c35b6f..945d9f947b 100644
--- a/test/CodeGen/X86/dbg-declare-hybrid.ll
+++ b/test/CodeGen/X86/dbg-declare-hybrid.ll
@@ -1,6 +1,6 @@
; This test case checks handling of llvm.dbg.declare intrinsic during hybrid mode where we begin
; 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: llc --disable-fp-elim -O0 %s -o %t.s
; RUN: %compile_c -m64 %t.s -o %t.o
; 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
@@ -9,8 +9,6 @@
; RUN: grep "2 = 45" %t.out
; RUN: grep "3 = 46" %t.out
-; XTARGET: darwin
-target triple = "x86_64-apple-darwin"
%struct.XYZ = type { i32, i32, i32, i32, i32 }
%0 = type { i64, i32 }
define %0 @foobar() {
diff --git a/test/CodeGen/X86/dbg-declare-isel.ll b/test/CodeGen/X86/dbg-declare-isel.ll
index 8e8c203904..fadf96521d 100644
--- a/test/CodeGen/X86/dbg-declare-isel.ll
+++ b/test/CodeGen/X86/dbg-declare-isel.ll
@@ -1,5 +1,5 @@
; 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: llc --disable-fp-elim -O0 -fast-isel=false %s -o %t.s
; RUN: %compile_c -m64 %t.s -o %t.o
; 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
@@ -11,8 +11,6 @@
; RUN: grep "5 = 51" %t.out
; RUN: grep "6 = 51" %t.out
-; XTARGET: darwin
-target triple = "x86_64-apple-darwin"
%struct.XYZ = type { i32, i32, i32, i32, i32 }
; Check handling of llvm.dbg.declare for an argument referred through alloca, where