summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
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
commit8dbe44aed595f15206bb0533a11a6c1d0f5988a5 (patch)
tree75d03dc103908701294a4bac0b904c48b1fb10b5 /clang/test/CodeGenObjC
parent907377e3031711041c9ad5301a93a0e4fa854720 (diff)
downloadbcm5719-llvm-8dbe44aed595f15206bb0533a11a6c1d0f5988a5.tar.gz
bcm5719-llvm-8dbe44aed595f15206bb0533a11a6c1d0f5988a5.zip
XFAIL arc.m codegen test on win32 because it is currently hanging. Need to investigate.
llvm-svn: 136850
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r--clang/test/CodeGenObjC/arc.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/arc.m b/clang/test/CodeGenObjC/arc.m
index 7883b0ebaf7..bc589da01b8 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) {
OpenPOWER on IntegriCloud