[all-commits] [llvm/llvm-project] cf15d2: [ObjectYAML] Basic support for chained fixups.

Daniel Rodríguez Troitiño via All-commits all-commits at lists.llvm.org
Fri Nov 11 10:26:35 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cf15d23e80af0e44ff5893d675294024bdd90eb8
      https://github.com/llvm/llvm-project/commit/cf15d23e80af0e44ff5893d675294024bdd90eb8
  Author: Daniel Rodríguez Troitiño <danielrodriguez at fb.com>
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
    M llvm/include/llvm/ObjectYAML/MachOYAML.h
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/lib/ObjectYAML/MachOYAML.cpp
    A llvm/test/ObjectYAML/MachO/chained-fixups.yaml
    M llvm/tools/obj2yaml/macho2yaml.cpp

  Log Message:
  -----------
  [ObjectYAML] Basic support for chained fixups.

Add basic binary support for chained fixups. This allows basic tests
with chained fixups without trying to create a format for them until the
work on the Object library is considered finished.

Reviewed By: pete

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




More information about the All-commits mailing list