[PATCH] D70544: Debug info: Emit objc_direct methods as members of their containing class
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 21 10:04:59 PST 2019
aprantl created this revision.
aprantl added reviewers: MadCoder, JDevlieghere, vsk, friss.
aprantl added a project: debug-info.
Emit objc_direct methods as members of their containing class even in DWARF 4 and earlier. This allows the debugger to recognize them as direct functions as opposed to Objective-C methods.
rdar://problem/57327663
https://reviews.llvm.org/D70544
Files:
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/CodeGen/CGDebugInfo.h
clang/test/CodeGenObjC/debug-info-direct-method.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70544.230477.patch
Type: text/x-patch
Size: 4729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191121/43ca20a7/attachment.bin>
More information about the cfe-commits
mailing list