[all-commits] [llvm/llvm-project] bf8cbf: [lldb] Move UpdateISAToDescriptorMap into ClassInf...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Mar 29 09:24:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf8cbfa65fc5eb484013c43b26754b4612d5c6ee
https://github.com/llvm/llvm-project/commit/bf8cbfa65fc5eb484013c43b26754b4612d5c6ee
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
Log Message:
-----------
[lldb] Move UpdateISAToDescriptorMap into ClassInfoExtractor (NFC)
Move UpdateISAToDescriptorMap into ClassInfoExtractor so that all the
formerly public functions can be private and remain an implementation
detail of the extractor.
Differential revision: https://reviews.llvm.org/D99448
More information about the All-commits
mailing list