]> granicus.if.org Git - clang/commitdiff
clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 4 Dec 2013 03:41:33 +0000 (03:41 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 4 Dec 2013 03:41:33 +0000 (03:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196350 91177308-0d34-0410-b5e6-96231b3b80d8

23 files changed:
test/CodeGen/2010-06-17-asmcrash.c
test/CodeGen/mmx-builtins.c
test/CodeGen/ms-inline-asm-64.c
test/CodeGen/ms-inline-asm.c
test/CodeGen/ms-inline-asm.cpp
test/CodeGenCXX/call-arg-zero-temp.cpp
test/CodeGenCXX/constructor-template.cpp
test/CodeGenCXX/copy-assign-synthesis-1.cpp
test/CodeGenCXX/debug-info-pubtypes.cpp
test/CodeGenObjC/arc-ivar-layout.m
test/CodeGenObjC/debug-info-block-helper.m
test/CodeGenObjC/debug-info-block-line.m
test/CodeGenObjC/debug-info-crash-2.m
test/CodeGenObjC/debug-info-getter-name.m
test/CodeGenObjC/debug-info-pubtypes.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/protocol-in-extended-class.m
test/CodeGenObjC/try.m
test/Frontend/ir-support-codegen.ll
test/Sema/ms-inline-asm.c

index 1b5efd3cfeb1a145c54c8e13e7b3cb4921fcf3ff..a33b6e41260381b32d35849aeb29c7b44569be7e 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -O1 -S -o - %s | FileCheck %s
 
 typedef long long int64_t;
index b1426849c0e8e498a610bc03f327a56a5301b41a..346676c6b01ad69d5273b36385abc68005008be2 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-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 f667708c65918d6286dbca7284a3c9ae35db8275..69066aa839513710459226784a7b9ca6820ebdb8 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -fasm-blocks -emit-llvm -o - | FileCheck %s
 
 void t1() {
index c4486f6f332f615c36b5280eb42260c820444026..aed4a8f350bb663feb596792c827bba62df34516 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 %s -triple i386-apple-darwin10 -fasm-blocks -emit-llvm -o - | FileCheck %s
 
 void t1() {
index 64b8558b483a7e2f91b0e18482fea429c21db5fa..b26eafce57b3c14b446b4e9e6633db99c4463018 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -x c++ %s -triple i386-apple-darwin10 -fasm-blocks -emit-llvm -o - | FileCheck %s
 
 // rdar://13645930
index 14238f2145155c6b094b45ed85c857836aaa68bc..beef2fd94a234c26adab20f0d78efc3491451293 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-registered-target,x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix CHECK-LP64 --input-file=%t-64.s %s
 // RUN: %clang_cc1 -triple i386-apple-darwin -S %s -o %t-32.s
index 0d38d10c13822f7f0ac4ffe44340aeca3c37119d..675e3cfc0a41e32dd1da3ac41699196123e8b0f6 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-registered-target,x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix CHECK-LP64 --input-file=%t-64.s %s
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -S %s -o %t-32.s
index 2ffc7bcb7c8d2557866d8416ab66966c05167abb..ae21141ed205510a47994ecca32d0cdc5aedb8e2 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-registered-target,x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o - | \
 // RUN: FileCheck %s
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -emit-llvm %s -o - | \
index 6393cddeef67e94ccf01afe2c580ea21986760f5..192a99435bb0d2389fdabe9aa3f9b7ef8c9b398d 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10  -g -fno-limit-debug-info -S -mllvm -generate-dwarf-pub-sections=Enable %s -o - | FileCheck %s
 
 // FIXME: This testcase shouldn't rely on assembly emission.
index 62428f5aefc72b02fc39867b29df07fcd2ea382a..9128063652b8789e59dea5a6a09fd802bf037203 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %clang_cc1 -fobjc-arc -fobjc-runtime-has-weak -triple x86_64-apple-darwin -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix CHECK-LP64 --input-file=%t-64.s %s
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // rdar://8991729
 
 @interface NSObject {
index 49c8c5daea8c91ad24830f87c16cbcec81528b61..1403327dcb4902cc5591e40ba83763aa76d6a7ee 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -emit-llvm -fblocks -g -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 %s -o - | FileCheck %s
 extern void foo(void(^)(void));
 
index 1965e1d7dcdc252643c91e4ec21f83c2208920b1..9ba22bcd24fc22e4f0d28ce55ff852431041ad0d 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -emit-llvm -fblocks -fobjc-arc -g -triple x86_64-apple-darwin10 %s -o - | FileCheck %s
 
 // rdar://11562117
index 7d05f535c9afb08092a40c1d8783a9b02354f8d3..9e80580796a0d74f9f2d473c6128e833ac9fdc9a 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin11 -g -S %s -o -
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 
 @class Bar;
 @interface Foo
index 3939f355b68f608f0cad46d36954f6b2e40ee71c..70d99367cbf658d6e7fe8f2b42089dafc61cd0d5 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin10 -fexceptions -fobjc-exceptions -g %s -o - | FileCheck %s
 
 // CHECK: {{.*}}, metadata !"-[InstanceVariablesEverywhereButTheInterface someString]", {{.*}}} ; [ DW_TAG_subprogram ]
index 8b7dfadfd91acf1852d80a2abe010f5f1378a627..845b946f8899146159ca1ec145f0dd8111e0c899 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -emit-llvm %s -o - | FileCheck %s
 
 // CHECK: {{.*}} [ DW_TAG_structure_type ] [H] [line 6,
index 0d8c0e0eae504572d1db60531840755cc606315d..59be440313252f4adc0855262a35bfed3f4e891f 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -S -o %t %s 
 // RUN: FileCheck < %t %s
 
index 47373035214de6593db57028ef81334632d7bf1a..8e277106a71c624cc61b380c76f58895cc34a969 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix CHECK-LP64 --input-file=%t-64.s %s
 
index 17b519577f9794610441983ed1b9b0f858e213f7..554038f5ba9e246ad77f3ae2cd90c65b99cb0c03 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix CHECK-LP64 --input-file=%t-64.s %s
 // RUN: %clang_cc1 -x objective-c++ -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -S %s -o %t-64.s
index 3f9d934ec88fcc9ee86822dda334d61cbaa9a4c3..0095209820b314836c19643e48419076b3097597 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10  -S -o - %s | FileCheck %s
 // rdar://9048030
 
index a5fb80eca4b9376d4dab0f823118d68e3d41a509..49b290133afa074f1a4fc64baf55cd8fb80b9ace 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-registered-target,x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix CHECK-LP64 --input-file=%t-64.s %s
 // RUN: %clang_cc1 -triple i386-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -S %s -o %t-32.s
index 56b8e646d9838af0fd3dd8868f23296bc2f856db..4168cb2209f275f39128d4e7bc87de2d8006e0df 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-registered-target,x86-64-registered-target
+// REQUIRES: x86-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
 
index e5e5b625d937e059429ec8de76d724a97548a0ac..7f0806111f961b4c75bbf7e68d53d33d2e0d14a6 100644 (file)
@@ -1,4 +1,4 @@
-; REQUIRES: x86-64-registered-target
+; REQUIRES: x86-registered-target
 ; RUN: %clang_cc1 -S -o - %s | FileCheck %s
 
 target triple = "x86_64-apple-darwin10"
index 83b80294ff95cf8c33096edf7f3ee64bd1a36417..be41c81c9bb23ba1b58a2c6df6c4d824e710ab06 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -fasm-blocks -Wno-microsoft -verify -fsyntax-only
 
 void t1(void) {