aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-08-04 00:25:52 +0000
committerTed Kremenek <kremenek@apple.com>2011-08-04 00:25:52 +0000
commitc4688ce6477a4d019b1e4d6e00dcb9e115eb3034 (patch)
treee41c6b07436dd6fb85cd7befd96851dcc0c55ebb
parent0e2447113598cbd72a0cd79ac512f68d894dfbf6 (diff)
XFAIL arc.m codegen test on win32 because it is currently hanging. Need to investigate.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136850 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/arc.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenObjC/arc.m b/test/CodeGenObjC/arc.m
index 7883b0ebaf..bc589da01b 100644
--- a/test/CodeGenObjC/arc.m
+++ b/test/CodeGenObjC/arc.m
@@ -1,5 +1,6 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-nonfragile-abi -fblocks -fobjc-arc -fobjc-runtime-has-weak -O2 -disable-llvm-optzns -o - %s | FileCheck %s
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-nonfragile-abi -fblocks -fobjc-arc -fobjc-runtime-has-weak -o - %s | FileCheck -check-prefix=CHECK-GLOBALS %s
+// XFAIL: win32
// CHECK: define void @test0
void test0(id x) {