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:
David Tweed 2012-10-26 10:17:44 +00:00
parent 457b356f3a
commit 89206b6214
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// REQUIRES: x86-64-registered-target
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -O1 -S -o - %s | FileCheck %s
typedef long long int64_t;

View File

@ -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
void t1(void) {