From: Devang Patel Date: Tue, 14 Jul 2009 00:56:16 +0000 (+0000) Subject: I just revertd llvm patch. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66ad201eb59147fb47816ce961430f05b28203b2;p=clang I just revertd llvm patch. XFAIL this for now until I prepare clang specific patch. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75575 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/debug-info-linkagename.m b/test/CodeGenObjC/debug-info-linkagename.m index 9a7de329c4..dfd1dfa98b 100644 --- a/test/CodeGenObjC/debug-info-linkagename.m +++ b/test/CodeGenObjC/debug-info-linkagename.m @@ -1,5 +1,6 @@ // RUN: clang-cc -g -S -o %t %s // RUN: not grep 001 %t +// XFAIL @interface F