[all-commits] [llvm/llvm-project] 1d1ebb: [lldb/Initializers] Move all ObjC initializers int...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Jan 21 22:26:09 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d1ebb9e592bea931845296dd80a46fb46af2642
      https://github.com/llvm/llvm-project/commit/1d1ebb9e592bea931845296dd80a46fb46af2642
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
    M lldb/tools/lldb-test/SystemInitializerTest.cpp

  Log Message:
  -----------
  [lldb/Initializers] Move all ObjC initializers into AppleObjCRuntime

AppleObjCRuntime is the main entry point to the plugin with the same
name. This is part of a greater refactoring to auto generate the
initializers. NFC.

Differential revision: https://reviews.llvm.org/D73121




More information about the All-commits mailing list