[cfe-commits] r79979 - /cfe/trunk/test/CodeGenObjC/debug-info.m

Devang Patel dpatel at apple.com
Mon Aug 24 23:18:11 PDT 2009


Author: dpatel
Date: Tue Aug 25 01:18:11 2009
New Revision: 79979

URL: http://llvm.org/viewvc/llvm-project?rev=79979&view=rev
Log:
Remove a test that relies on old debug info format.

Removed:
    cfe/trunk/test/CodeGenObjC/debug-info.m

Removed: cfe/trunk/test/CodeGenObjC/debug-info.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info.m?rev=79978&view=auto

==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info.m (removed)
@@ -1,26 +0,0 @@
-// RUN: clang-cc -triple i386-apple-darwin9 -g -emit-llvm -o %t %s &&
-// RUN: grep '@.str3 = internal constant \[8 x i8\] c"-\[A m0\]\\00"' %t &&
-// RUN: grep '@.str4 = internal constant \[9 x i8\] c"\\01-\[A m0\]\\00"' %t &&
-// RUN: grep '@llvm.dbg.subprogram = .* @.str3, .* @.str3, .* @.str4,' %t &&
-// RUN: grep '@llvm.dbg.composite.* = .* i32 15, i64 0, i64 8, .* i32 16' %t &&
-// RUN: true
-
-
-
-
-
-
-
-
- at interface A @end
- at implementation A // Line 15
--(void) m0 {}
- at end
-
- at interface I1 {
-  I1 *iv0;
-}
- at end
-void f0(void) {
-  I1 *x;
-}





More information about the cfe-commits mailing list