; 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
; 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
; 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
; 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() {
; 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
; 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