diff options
author | Galina Kistanova <gkistanova@gmail.com> | 2011-06-04 04:38:16 +0000 |
---|---|---|
committer | Galina Kistanova <gkistanova@gmail.com> | 2011-06-04 04:38:16 +0000 |
commit | 5a2675d23796e8b75089acc8199b60ab61c2a19f (patch) | |
tree | a9456004f04696213d4f866e1708bcb727bae947 | |
parent | 308742c87e2311c3f349092e5b823c3821e61b10 (diff) |
These tests require particular registered targets. Declared as such.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132623 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenCXX/debug-info-pubtypes.cpp | 1 | ||||
-rw-r--r-- | test/CodeGenCXX/global-array-destruction.cpp | 1 | ||||
-rw-r--r-- | test/CodeGenObjC/debug-info-crash.m | 1 | ||||
-rw-r--r-- | test/Frontend/ir-support-codegen.ll | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGenCXX/debug-info-pubtypes.cpp b/test/CodeGenCXX/debug-info-pubtypes.cpp index 9029e6e62f..35ba90b13f 100644 --- a/test/CodeGenCXX/debug-info-pubtypes.cpp +++ b/test/CodeGenCXX/debug-info-pubtypes.cpp @@ -1,3 +1,4 @@ +// REQUIRES: x86-64-registered-target // RUN: %clang -cc1 -triple x86_64-apple-darwin10 -g -S %s -o %t // RUN: FileCheck %s < %t diff --git a/test/CodeGenCXX/global-array-destruction.cpp b/test/CodeGenCXX/global-array-destruction.cpp index c77551cb32..bbe574daa5 100644 --- a/test/CodeGenCXX/global-array-destruction.cpp +++ b/test/CodeGenCXX/global-array-destruction.cpp @@ -1,3 +1,4 @@ +// REQUIRES: x86-64-registered-target // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++0x -S %s -o %t-64.s // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s diff --git a/test/CodeGenObjC/debug-info-crash.m b/test/CodeGenObjC/debug-info-crash.m index 92f9c0eda3..eb2143faed 100644 --- a/test/CodeGenObjC/debug-info-crash.m +++ b/test/CodeGenObjC/debug-info-crash.m @@ -1,3 +1,4 @@ +// REQUIRES: x86-registered-target // RUN: %clang_cc1 -triple i386-apple-darwin10 -fblocks -g -S %s -o - // rdar://7556129 diff --git a/test/Frontend/ir-support-codegen.ll b/test/Frontend/ir-support-codegen.ll index 046b3af1c3..e5e5b625d9 100644 --- a/test/Frontend/ir-support-codegen.ll +++ b/test/Frontend/ir-support-codegen.ll @@ -1,3 +1,4 @@ +; REQUIRES: x86-64-registered-target ; RUN: %clang_cc1 -S -o - %s | FileCheck %s target triple = "x86_64-apple-darwin10" |