[all-commits] [llvm/llvm-project] b475ec: [llvm-readobj/elf] - Merge mips-got-overlapped.tes...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Tue Aug 18 01:42:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b475eca1ed8b57bc7457c92b837f93db710c38bc
      https://github.com/llvm/llvm-project/commit/b475eca1ed8b57bc7457c92b837f93db710c38bc
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

  Changed paths:
    R llvm/test/tools/llvm-readobj/ELF/Inputs/got-over.exe.elf-mips
    R llvm/test/tools/llvm-readobj/ELF/mips-got-overlapped.test
    M llvm/test/tools/llvm-readobj/ELF/mips-got.test

  Log Message:
  -----------
  [llvm-readobj/elf] - Merge mips-got-overlapped.test to mips-got.test and refine testing.

The `mips-got-overlapped.test` was introduced in D16968 and its intention is
to check that when there is an empty section at the same address as `.got`,
then we are able to locate `.got` and dump it.

The issue is that this test does not test llvm-readelf and uses a precompiled
object. This path starts using YAML instead and merges
mips-got-overlapped.test to mips-got.test.

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




More information about the All-commits mailing list