[all-commits] [llvm/llvm-project] 71be4d: [lldb] Check for the mangled symbol name for objc_...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jun 29 10:58:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71be4db05bbdcc8a9bbe01f54cf273b530327ec7
https://github.com/llvm/llvm-project/commit/71be4db05bbdcc8a9bbe01f54cf273b530327ec7
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
Log Message:
-----------
[lldb] Check for the mangled symbol name for objc_copyRealizedClassList_nolock
When we check whether the Objective-C SPI is available, we need to check
for the mangled symbol name. Unlike `objc_copyRealizedClassList`, which
is C exported, the `nolock` variant is not.
Differential revision: https://reviews.llvm.org/D105136
More information about the All-commits
mailing list