[llvm-branch-commits] [cfe-branch] r124414 - /cfe/branches/Apple/sill/test/CodeGenObjC/debug-info-foreach.m

Daniel Dunbar daniel at zuster.org
Thu Jan 27 12:09:16 PST 2011


Author: ddunbar
Date: Thu Jan 27 14:09:16 2011
New Revision: 124414

URL: http://llvm.org/viewvc/llvm-project?rev=124414&view=rev
Log:
Remove test which is invalid here.

Removed:
    cfe/branches/Apple/sill/test/CodeGenObjC/debug-info-foreach.m

Removed: cfe/branches/Apple/sill/test/CodeGenObjC/debug-info-foreach.m
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/sill/test/CodeGenObjC/debug-info-foreach.m?rev=124413&view=auto
==============================================================================
--- cfe/branches/Apple/sill/test/CodeGenObjC/debug-info-foreach.m (original)
+++ cfe/branches/Apple/sill/test/CodeGenObjC/debug-info-foreach.m (removed)
@@ -1,13 +0,0 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fobjc-default-synthesize-properties -emit-llvm -g %s -o %t 
-// RUN: grep DW_TAG_lexical_block %t | count 5
-// rdar://8757124
-
- at class NSArray;
-
-void f(NSArray *a) {
-  id keys;
-  for (id thisKey in keys) {
-  }
-  for (id thisKey in keys) {
-  }
-}





More information about the llvm-branch-commits mailing list