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

32 files changed:
test/CodeGen/asm-errors.c
test/CodeGen/debug-info-crash.c
test/CodeGen/frame-pointer-elim.c
test/CodeGen/mmx-builtins.c
test/CodeGen/palignr.c
test/CodeGenCXX/PR5050-constructor-conversion.cpp
test/CodeGenCXX/array-construction.cpp
test/CodeGenCXX/array-operator-delete-call.cpp
test/CodeGenCXX/call-arg-zero-temp.cpp
test/CodeGenCXX/cast-conversion.cpp
test/CodeGenCXX/constructor-conversion.cpp
test/CodeGenCXX/constructor-default-arg.cpp
test/CodeGenCXX/constructor-for-array-members.cpp
test/CodeGenCXX/constructor-template.cpp
test/CodeGenCXX/convert-to-fptr.cpp
test/CodeGenCXX/copy-assign-synthesis-1.cpp
test/CodeGenCXX/decl-ref-init.cpp
test/CodeGenCXX/default-constructor-for-members.cpp
test/CodeGenCXX/derived-to-base-conv.cpp
test/CodeGenCXX/ptr-to-member-function.cpp
test/CodeGenObjC/debug-info-block-helper.m
test/CodeGenObjC/debug-info-blocks.m
test/CodeGenObjC/debug-info-getter-name.m
test/CodeGenObjC/debug-info-pubtypes.m
test/CodeGenObjC/debug-info-static-var.m
test/CodeGenObjC/instance-method-metadata.m
test/CodeGenObjC/ivar-layout-array0-struct.m
test/CodeGenObjC/ivar-layout-no-optimize.m
test/CodeGenObjC/no-vararg-messaging.m
test/CodeGenObjC/objc-read-weak-byref.m
test/CodeGenObjC/protocol-in-extended-class.m
test/CodeGenObjC/try.m

index c5b36c7fed40c837da3bc16a5d23d1aa8d9c7723..cd4d1ffa528d72542648f35eea7353b4197ef500 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target
 // RUN: not %clang_cc1 -triple i386-apple-darwin10 -emit-obj %s -o /dev/null > %t 2>&1
 // RUN: FileCheck %s < %t
 
index 8d6a360c64d2f02234f6fb7f53ad1facd95d1c7b..f04548b8d5f89426ffe2d3df4441d7ee989b7554 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -triple i386-apple-darwin10 -fblocks -g -S %s -o -
 
 // rdar://7590323
index e9dc22b3aa1f15022c527a03a5b7eae08f8ca264..4e8e946210deb6628791f150100d0e58c4af3a6c 100644 (file)
@@ -1,3 +1,5 @@
+// REQUIRES: x86-registered-target
+
 // RUN: %clang -ccc-host-triple i386-apple-darwin -S -o - %s | \
 // RUN:   FileCheck --check-prefix=DARWIN %s
 // DARWIN: f0:
index 7934e77890b31df37b8eaa18b5f357e5fd868fa0..b1426849c0e8e498a610bc03f327a56a5301b41a 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-64-registered-target
 // RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +ssse3 -S -o - | FileCheck %s
 
 // FIXME: Disable inclusion of mm_malloc.h, our current implementation is broken
index ed86c9ec13cb86fba139e8daf6ec8392f496adaf..1712df5256ce9db0440343ca5d1178d2a63b59f7 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 %s -triple=i686-apple-darwin -target-feature +ssse3 -O1 -S -o - | FileCheck %s
 
 #define _mm_alignr_epi8(a, b, n) (__builtin_ia32_palignr128((a), (b), (n)))
index aa75ea45929e7f4a35ec4e23a11cf2c7709192db..9b993f2506c69e7764dfe8b69b44e69ab23f9e68 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,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
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
index d044ac597828429398939d89da96abbc7ac4f582..5efe18322d8580d512fced8dde049955442e6603 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,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
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
index ad60cf6a67330bbf9c7c3218b07d8746c1c68e71..41b0118fe8a94696152f5b689b94add0a225a763 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,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
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
index 88e74523f5323e1f9733461eb212db2fbe567a1f..101e81f8ef7969785a407e0b6f3cc34a86161002 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,x86-64-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
 // RUN: %clang_cc1 -triple i386-apple-darwin -S %s -o %t-32.s
index 27e34b9d32f5c227c059cb092183d1da801386e7..b7a9740ddf1c9d07089714f507210aa2724e3613 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,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
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
index 405bba67e862d6ba702c3f06ea7a521998c164ec..58d0d39c8107b391e02b68af4d9a4ca77ac27cda 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,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
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
index 0c08c7694e39fb84746a462a905ca8d77b334a65..dc0ab50ba5c6066690e94e5d319c077f223f85b0 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,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
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
index fd6dc6dc15dc3f5a23c781fea350ce2af3647882..ef5900e59c114d71349478cf654e635827c61ca9 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,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
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
index a3f38a6984ac5f53ba41c7707d963a65bbce7c23..7472d7e5bc63accc5aad94fdaa2b60397480fdbb 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,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
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
index f895dbcaf6f04b765f9b8b30932d68b8cf128d21..c1c9f63079f9bebdea5c5ed54f2fab55407c8a8f 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,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
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
index eb761c27367d507dde1c09372c96e490916a9842..17abeb90d4b39f1202fff800f2e5fc01af003cf8 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,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
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
index 58fdedabc333463959eb251ed181256fd35b4574..a066fbb3f3ea7a00bfdfc986e4237a9788c3a74d 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,x86-64-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
 // RUN: %clang_cc1 -triple i386-apple-darwin -S %s -o %t-32.s
index a97764ddcf02e2b7e2fd84e5b9f5d9de6e51ac1a..714811f37b140e9ca097bd29848d8e099917ba78 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,x86-64-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
 // RUN: %clang_cc1 -triple i386-apple-darwin -S %s -o %t-32.s
index 006f26433712398dbd39055665e2ceae330ca266..c47c83180906b912b97e7b7d56e8e8a96737d3a2 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,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
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
index 89db142b9b7b9957d48c0dde420020cf9fa7d675..d012fb9c59b5add56ded67c160ce051acefdfb17 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,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
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
index 216f88a8d812f722af22e846b4626ea34680f591..136af14bff8b66a60c05fc13f4c9317c6dd5d3c2 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-64-registered-target
 // RUN: %clang_cc1 -masm-verbose -S -fblocks -g  -triple x86_64-apple-darwin10  %s -o - | FileCheck %s
 extern void foo(void(^)(void));
 
index 70548570266cfceb98731911090a4c708b438727..fc8e9629734f71bf4465225eee590e4ca612ac81 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-64-registered-target
 // RUN: %clang_cc1 -masm-verbose -S -fblocks -g  -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fobjc-dispatch-method=mixed  %s -o - | FileCheck %s
 
 //Radar 9279956
index f3f47eb55f489be10e4b4839a219b19c9cfadacb..ec784e372bf83e4797bcd87bcc57aeb08e69b270 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-64-registered-target
 // RUN: %clang_cc1 -fno-dwarf2-cfi-asm -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -S -g %s -o - | FileCheck %s
 
 //CHECK: "-[InstanceVariablesEverywhereButTheInterface someString]":
index 4f525c5532ab0186cac9826f2c24eca45cf3b426..744a366ce7c5f87c6412ed475b50a960705492d3 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 3bcf5fd9e1f48fdd72bf568537579a00de0fd141..94513f227884cdf552b1279df4312767fda37579 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-64-registered-target
 // RUN: %clang_cc1 -g -triple x86_64-apple-darwin10 -S -masm-verbose -o - %s | FileCheck %s
 // Radar 8801045
 // Do not emit AT_MIPS_linkage_name for static variable i
index ae87c7a8534570b549cdfbc63b9f143532011912..4e752c0061b9e3569474465a574a67dfed684bc5 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-64-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -S -o %t %s 
 // RUN: FileCheck < %t %s
 
index 4300db36415a33412368bede66adac4204780c10..a9ae0ac733892362ef3b597323cdce770700f824 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-64-registered-target
 // RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin -O0 -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
 
index 7760f94a50ab01e8c05e62ed839e83357bfa9b6e..2851e7942798b6d91d175295f9bc6de732e4160d 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-64-registered-target
 // RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin -O0 -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
 // RUN: %clang_cc1 -x objective-c++ -fobjc-gc -triple x86_64-apple-darwin -O0 -S %s -o %t-64.s
index f72820a4b66e1c8a5913f7356a239738e1edd395..6747c0c9e4ef87aa0e46d8c69b42f10ebdf97e09 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-64-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10  -fobjc-nonfragile-abi  -S -o - %s | FileCheck %s
 // rdar://9048030
 
index fa7a6f9821319dfa85bf60e991a9b3fed8565bd6..c89fcd520e5ec076e6956bd8bcc7e7515cc9c31e 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,x86-64-registered-target
 // RUN: %clang_cc1 -fblocks -fobjc-gc -triple x86_64-apple-darwin -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
 // RUN: %clang_cc1 -fblocks -fobjc-gc -triple i386-apple-darwin -S %s -o %t-32.s
index d2955b1e3a1108bf697860a593ec9d9c475e8955..daf4d4ccf578a6b7da08ce7ed78401a66c16ba79 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,x86-64-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
 // RUN: %clang_cc1 -triple i386-apple-darwin -S %s -o %t-32.s
index ba79d6263467e868734601243f31a300ef7fd08c..56b8e646d9838af0fd3dd8868f23296bc2f856db 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,x86-64-registered-target
 // RUN: %clang_cc1 %s -fobjc-exceptions -S -o - -triple=i686-apple-darwin9
 // RUN: %clang_cc1 %s -fobjc-exceptions -S -o - -triple=x86_64-apple-darwin9