[cfe-commits] r164122 - in /cfe/trunk/test/CodeGenObjC: arc-ivar-layout.m debug-info-crash-2.m
Benjamin Kramer
benny.kra at googlemail.com
Tue Sep 18 06:34:02 PDT 2012
Author: d0k
Date: Tue Sep 18 08:34:01 2012
New Revision: 164122
URL: http://llvm.org/viewvc/llvm-project?rev=164122&view=rev
Log:
Disable some tests that fail when the x86 backend isn't built.
Modified:
cfe/trunk/test/CodeGenObjC/arc-ivar-layout.m
cfe/trunk/test/CodeGenObjC/debug-info-crash-2.m
Modified: cfe/trunk/test/CodeGenObjC/arc-ivar-layout.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/arc-ivar-layout.m?rev=164122&r1=164121&r2=164122&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/arc-ivar-layout.m (original)
+++ cfe/trunk/test/CodeGenObjC/arc-ivar-layout.m Tue Sep 18 08:34:01 2012
@@ -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 {
Modified: cfe/trunk/test/CodeGenObjC/debug-info-crash-2.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-crash-2.m?rev=164122&r1=164121&r2=164122&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-crash-2.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-crash-2.m Tue Sep 18 08:34:01 2012
@@ -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;
More information about the cfe-commits
mailing list