]> granicus.if.org Git - clang/commitdiff
Disable some tests that fail when the x86 backend isn't built.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 18 Sep 2012 13:34:01 +0000 (13:34 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 18 Sep 2012 13:34:01 +0000 (13:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164122 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/arc-ivar-layout.m
test/CodeGenObjC/debug-info-crash-2.m

index 7f58a0cad3bd6cbea0fc60eafee12e59cc249582..90683149d5bbdccbd2de254cea8a3f6649387387 100644 (file)
@@ -1,5 +1,6 @@
 // RUN: %clang_cc1 -fobjc-arc -fobjc-runtime-has-weak -triple x86_64-apple-darwin -O0 -S %s -o %t-64.s
 // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
+// REQUIRES: x86-64-registered-target
 // rdar://8991729
 
 @interface NSObject {
index a2acd9dc91704625619211c0f8dc409fbe174fee..7d05f535c9afb08092a40c1d8783a9b02354f8d3 100644 (file)
@@ -1,4 +1,6 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin11 -g -S %s -o -
+// REQUIRES: x86-64-registered-target
+
 @class Bar;
 @interface Foo
 @property (strong, nonatomic) Bar *window;