From 880cad25dcd8b4d6663cbc98e06bfe2e05f61585 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 20 Feb 2014 14:09:04 +0000 Subject: [PATCH] Remove really old "APPLE LOCAL" markers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201791 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGObjCMac.cpp | 2 +- test/CodeGen/debug-info-block.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/CodeGen/CGObjCMac.cpp b/lib/CodeGen/CGObjCMac.cpp index eb6ca4cde0..7b7c1ef746 100644 --- a/lib/CodeGen/CGObjCMac.cpp +++ b/lib/CodeGen/CGObjCMac.cpp @@ -2568,7 +2568,7 @@ llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) { } /* -// APPLE LOCAL radar 4585769 - Objective-C 1.0 extensions +// Objective-C 1.0 extensions struct _objc_protocol { struct _objc_protocol_extension *isa; char *protocol_name; diff --git a/test/CodeGen/debug-info-block.c b/test/CodeGen/debug-info-block.c index 403e4aaccb..35ee0dd6e7 100644 --- a/test/CodeGen/debug-info-block.c +++ b/test/CodeGen/debug-info-block.c @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -fblocks -g -emit-llvm -o - %s | FileCheck %s -// APPLE LOCAL file 5939894 */ // Verify that the desired debugging type is generated for a structure // member that is a pointer to a block. -- 2.40.0