XTARGET was removed, update debug-info tests.

llvm-svn: 166362
This commit is contained in:
Argyrios Kyrtzidis 2012-10-20 01:38:50 +00:00
parent 5a1104bd3a
commit 8f68817738
9 changed files with 18 additions and 18 deletions

View File

@ -1,8 +1,8 @@
// RUN: %clang -O0 -g %s -c -o %t.o
// RUN: %clang %t.o -o %t.out -framework Foundation
// RUN: %test_debuginfo %s %t.out
// XFAIL: *
// XTARGET: darwin
// REQUIRES: system-darwin
// DEBUGGER: break 24
// DEBUGGER: r

View File

@ -1,8 +1,8 @@
// RUN: %clang -O0 -g %s -c -o %t.o
// RUN: %clang %t.o -o %t.out -framework Foundation
// RUN: %test_debuginfo %s %t.out
// XFAIL: *
// XTARGET: darwin
// REQUIRES: system-darwin
// Radar 9279956
// DEBUGGER: break 31

View File

@ -2,8 +2,8 @@
; RUN: %clang -arch x86_64 -mllvm -fast-isel=false %s -c -o %t.o
; RUN: %clang -arch x86_64 %t.o -o %t.out
; RUN: %test_debuginfo %s %t.out
; XFAIL: *
; XTARGET: darwin
;
; REQUIRES: system-darwin
; Radar 8412415
target triple = "x86_64-apple-darwin10.0.0"

View File

@ -2,8 +2,8 @@
; RUN: %clang -arch x86_64 -O0 -g %s -c -o %t.o
; RUN: %clang -arch x86_64 %t.o -o %t.out
; RUN: %test_debuginfo %s %t.out
; XFAIL: *
; XTARGET: darwin
;
; REQUIRES: system-darwin
target triple = "x86_64-apple-darwin"
%struct.XYZ = type { i32, i32, i32, i32, i32 }

View File

@ -2,8 +2,8 @@
; RUN: %clang -arch x86_64 -mllvm -fast-isel=false -mllvm -regalloc=default -g %s -c -o %t.o
; RUN: %clang -arch x86_64 %t.o -o %t.out
; RUN: %test_debuginfo %s %t.out
; XFAIL: *
; XTARGET: darwin
;
; REQUIRES: system-darwin
target triple = "x86_64-apple-darwin"
%struct.XYZ = type { i32, i32, i32, i32, i32 }

View File

@ -1,8 +1,8 @@
// RUN: %clang -O0 -g %s -c -o %t.o
// RUN: %clang %t.o -o %t.out -framework Foundation
// RUN: %test_debuginfo %s %t.out
// XFAIL: *
// XTARGET: darwin
//
// REQUIRES: system-darwin
// Radar 8757124
// DEBUGGER: break 25

View File

@ -2,8 +2,8 @@
; RUN: %clang -arch x86_64 -O0 -g %s -c -o %t.o
; RUN: %clang -arch x86_64 %t.o -o %t.out
; RUN: %test_debuginfo %s %t.out
; XFAIL: *
; XTARGET: darwin
;
; REQUIRES: system-darwin
target triple = "x86_64-apple-darwin10.0.0"

View File

@ -2,8 +2,8 @@
; RUN: %clang -arch x86_64 -O0 -mllvm -fast-isel=false -g %s -c -o %t.o
; RUN: %clang -arch x86_64 %t.o -o %t.out
; RUN: %test_debuginfo %s %t.out
; XFAIL: *
; XTARGET: darwin
;
; REQUIRES: system-darwin
target triple = "x86_64-apple-darwin10.0.0"

View File

@ -2,8 +2,8 @@
; RUN: %clang -arch x86_64 -mllvm -fast-isel=false %s -c -o %t.o
; RUN: %clang -arch x86_64 %t.o -o %t.out
; RUN: %test_debuginfo %s %t.out
; XFAIL: *
; XTARGET: darwin
;
; REQUIRES: system-darwin
; Radar 9422775
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"