forked from OSchip/llvm-project
tests: Fix two tests to just use -triple instead of XFAIL+XTARGET.
llvm-svn: 166304
This commit is contained in:
parent
519a349c8a
commit
1999294b86
|
@ -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__
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue