[all-commits] [llvm/llvm-project] a6e1b3: [ObjectYAML][MachO] Add LC_FUNCTION_STARTS support

Keith Smiley via All-commits all-commits at lists.llvm.org
Sun Feb 13 09:28:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a6e1b3c5c223e4868ab77d6d66b62f136b12febc
      https://github.com/llvm/llvm-project/commit/a6e1b3c5c223e4868ab77d6d66b62f136b12febc
  Author: Keith Smiley <keithbsmiley at gmail.com>
  Date:   2022-02-13 (Sun, 13 Feb 2022)

  Changed paths:
    M llvm/include/llvm/Object/MachO.h
    M llvm/include/llvm/ObjectYAML/MachOYAML.h
    M llvm/lib/Object/MachOObjectFile.cpp
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/lib/ObjectYAML/MachOYAML.cpp
    A llvm/test/ObjectYAML/MachO/function_starts.yaml
    M llvm/tools/obj2yaml/macho2yaml.cpp

  Log Message:
  -----------
  [ObjectYAML][MachO] Add LC_FUNCTION_STARTS support

This adds support for encoding and decoding the LC_FUNCTION_STARTS load
command payload.

Differential Revision: https://reviews.llvm.org/D119205




More information about the All-commits mailing list