From 8dbe44aed595f15206bb0533a11a6c1d0f5988a5 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 4 Aug 2011 00:25:52 +0000 Subject: [PATCH] XFAIL arc.m codegen test on win32 because it is currently hanging. Need to investigate. llvm-svn: 136850 --- clang/test/CodeGenObjC/arc.m | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/test/CodeGenObjC/arc.m b/clang/test/CodeGenObjC/arc.m index 7883b0ebaf7a..bc589da01b81 100644 --- a/clang/test/CodeGenObjC/arc.m +++ b/clang/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) {