forked from OSchip/llvm-project
These tests require an actual x86 registered target, so mark them as such. Tested on ARM.
Patch by Joey Gouly. llvm-svn: 166765
This commit is contained in:
parent
457b356f3a
commit
89206b6214
|
@ -1,3 +1,4 @@
|
||||||
|
// REQUIRES: x86-64-registered-target
|
||||||
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -O1 -S -o - %s | FileCheck %s
|
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -O1 -S -o - %s | FileCheck %s
|
||||||
|
|
||||||
typedef long long int64_t;
|
typedef long long int64_t;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// REQUIRES: x86-64-registered-target
|
||||||
// RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -fms-extensions -fenable-experimental-ms-inline-asm -Wno-microsoft -verify -fsyntax-only
|
// RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -fms-extensions -fenable-experimental-ms-inline-asm -Wno-microsoft -verify -fsyntax-only
|
||||||
|
|
||||||
void t1(void) {
|
void t1(void) {
|
||||||
|
|
Loading…
Reference in New Issue