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

Devang Patel dpatel at apple.com
Wed Aug 25 10:32:22 PDT 2010


Author: dpatel
Date: Wed Aug 25 12:32:22 2010
New Revision: 112062

URL: http://llvm.org/viewvc/llvm-project?rev=112062&view=rev
Log:
Robustify test.

Modified:
    cfe/trunk/test/CodeGenObjC/debug-info-linkagename.m

Modified: cfe/trunk/test/CodeGenObjC/debug-info-linkagename.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-linkagename.m?rev=112062&r1=112061&r2=112062&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-linkagename.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-linkagename.m Wed Aug 25 12:32:22 2010
@@ -1,8 +1,6 @@
 // RUN: %clang_cc1  -g -S -o %t %s
-// FIXME: Reenable this test once this check is less picky.
-// RUN: not grep 001 %t
-//
-// REQUIRES: disabled
+// RUN: not grep "001-[F bar" %t
+// Linkage name should not use 001 prefix in debug info.
 
 @interface F 
 -(int) bar;





More information about the cfe-commits mailing list