[PATCH] D62594: [llvm-readobj] - Rewrite reloc-types.test to use YAML. NFCI.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 08:06:20 PDT 2019


grimar added a comment.

In addition:

1. Previous version was broken in one place at least:

  ELF-32: Type: R_386_IRELATIVE (42)
  _LF-32: Type: R_386_NUM (43)



2. Not all of the relocations are tested now. For example I know the next two are missing: R_X86_64_GOTPCRELX(41), R_X86_64_REX_GOTPCRELX(42)

With this patch it will be much easier to update the supported set.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62594/new/

https://reviews.llvm.org/D62594





More information about the llvm-commits mailing list