[all-commits] [llvm/llvm-project] 3c3a6e: [ObjectYAML][MachO] Add error handling in MachOEmi...

Xing GUO via All-commits all-commits at lists.llvm.org
Wed May 27 18:51:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c3a6e26e7c39096b3df746faeaa743197657a8e
      https://github.com/llvm/llvm-project/commit/3c3a6e26e7c39096b3df746faeaa743197657a8e
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/test/ObjectYAML/MachO/fat_macho_i386_x86_64.yaml
    M llvm/test/ObjectYAML/MachO/sections.yaml

  Log Message:
  -----------
  [ObjectYAML][MachO] Add error handling in MachOEmitter.

Currently, `yaml2macho` doesn't support error handling. This patch helps improve it.

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




More information about the All-commits mailing list