[all-commits] [llvm/llvm-project] 7ac064: [yaml2obj, obj2yaml] - Make Symbol::Section field o...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Fri Dec 4 02:52:33 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ac06444b8baead56301562fbfecbcedbdf30ecd
      https://github.com/llvm/llvm-project/commit/7ac06444b8baead56301562fbfecbcedbdf30ecd
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/test/tools/yaml2obj/ELF/dynamic-symbols.yaml

  Log Message:
  -----------
  [yaml2obj,obj2yaml] - Make Symbol::Section field optional.

This is similar to what we did earlier for fields of the Section class.

When a field is optional we can use the =<none> syntax in macros.

This was splitted from D92478.

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




More information about the All-commits mailing list