tests: Fix two tests to just use -triple instead of XFAIL+XTARGET.

llvm-svn: 166304
This commit is contained in:
Daniel Dunbar 2012-10-19 20:28:44 +00:00
parent 519a349c8a
commit 1999294b86
2 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,5 @@
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
// XFAIL: *
// XTARGET: arm, i386, i686, x86_64
// RUN: %clang_cc1 -triple armv7-unknown-unknown %s -o /dev/null
// RUN: %clang_cc1 -triple x86_64-unknown-unknown %s -o /dev/null
int foo() {
#ifdef __arm__

View File

@ -1,6 +1,4 @@
// RUN: %clang_cc1 -emit-llvm -o - %s | llc -mtriple=x86_64-apple-darwin | FileCheck %s
// XFAIL: *
// XTARGET: x86,i386,i686
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -O1 -S -o - %s | FileCheck %s
typedef long long int64_t;
typedef unsigned char uint8_t;