зеркало из https://github.com/microsoft/clang-1.git
tests: Fix two tests to just use -triple instead of XFAIL+XTARGET.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166304 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
ca082d0f89
Коммит
1f432eec1a
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче