]> granicus.if.org Git - clang/commitdiff
These tests require particular registered targets. Declared as such.
authorGalina Kistanova <gkistanova@gmail.com>
Sat, 4 Jun 2011 04:38:16 +0000 (04:38 +0000)
committerGalina Kistanova <gkistanova@gmail.com>
Sat, 4 Jun 2011 04:38:16 +0000 (04:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132623 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-pubtypes.cpp
test/CodeGenCXX/global-array-destruction.cpp
test/CodeGenObjC/debug-info-crash.m
test/Frontend/ir-support-codegen.ll

index 9029e6e62fd20bf34615fa141c09decff69d0ab3..35ba90b13f87d968eedc6d4bc30acff2f1f7425b 100644 (file)
@@ -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
 
index c77551cb32d1fa6b52b719fefa561b1d4d49e3d8..bbe574daa588d6596f14d6a51b29258fa7856534 100644 (file)
@@ -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
 
index 92f9c0eda3165d7c829510c0f82bd62630936a4f..eb2143faed6c88f3e577025abd252ccf846efb6b 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -triple i386-apple-darwin10 -fblocks -g -S %s -o -
 
 // rdar://7556129
index 046b3af1c3ed665a6d21863f92a6bcd5f377c9c3..e5e5b625d937e059429ec8de76d724a97548a0ac 100644 (file)
@@ -1,3 +1,4 @@
+; REQUIRES: x86-64-registered-target
 ; RUN: %clang_cc1 -S -o - %s | FileCheck %s
 
 target triple = "x86_64-apple-darwin10"