[all-commits] [llvm/llvm-project] 3fe771: [LLDB] Fix objc_clsopt_v16_t struct

Rose via All-commits all-commits at lists.llvm.org
Mon Oct 4 08:55:44 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3fe771bf02d0318bfa12befd0be235383744439f
      https://github.com/llvm/llvm-project/commit/3fe771bf02d0318bfa12befd0be235383744439f
  Author: Alfsonso Gregory <gfunni234 at gmail.com>
  Date:   2021-10-04 (Mon, 04 Oct 2021)

  Changed paths:
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp

  Log Message:
  -----------
  [LLDB] Fix objc_clsopt_v16_t struct

The objc_clsopt_v16_t struct does not match up with the macOS/iOS15
dyld_shared_cache ObjC runtime structures. A struct field was seemingly
omitted.

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




More information about the All-commits mailing list