[Lldb-commits] [PATCH] D153802: [lldb] Delete RewriteObjCClassReferences (NFC)
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 26 12:05:17 PDT 2023
kastiglione created this revision.
kastiglione added reviewers: augusto2112, bulbazord.
Herald added a project: All.
kastiglione requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
The `RewriteObjCClassReferences` pass was applicable only to the code generated for the
fragile ObjC ABI (v1). That ABI is no longer active (last used for i386 macOS), which
means this pass has no effect.
Sources: `OBJC_CLASS_REFERENCES_` is emitted only by `CGObjCMac`, and not by
`CGObjCNonFragileABIMac`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153802
Files:
lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153802.534693.patch
Type: text/x-patch
Size: 6422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230626/05f9c5c2/attachment.bin>
More information about the lldb-commits
mailing list