[all-commits] [llvm/llvm-project] f027e1: [yaml2obj] - Allow using an arbitrary value for OS...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Mon Dec 23 02:30:39 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f027e1a68dacfb692b4f3e30abfda529d020d472
      https://github.com/llvm/llvm-project/commit/f027e1a68dacfb692b4f3e30abfda529d020d472
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2019-12-23 (Mon, 23 Dec 2019)

  Changed paths:
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/test/tools/yaml2obj/ELF/header-osabi.yaml

  Log Message:
  -----------
  [yaml2obj] - Allow using an arbitrary value for OSABI.

There was no way to set an unsupported or unknown OS ABI.
With this patch it is possible to use any numeric value.

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




More information about the All-commits mailing list