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

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 08:07:16 PDT 2020


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay, atanasyan.
Herald added subscribers: rupprecht, arichardson, sdardis, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.
grimar requested review of this revision.

The `mips-got-overlapped.test` was introduced in D16968 <https://reviews.llvm.org/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.


https://reviews.llvm.org/D86080

Files:
  llvm/test/tools/llvm-readobj/ELF/Inputs/got-over.exe.elf-mips
  llvm/test/tools/llvm-readobj/ELF/mips-got-overlapped.test
  llvm/test/tools/llvm-readobj/ELF/mips-got.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86080.286025.patch
Type: text/x-patch
Size: 5032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200817/198bdb96/attachment.bin>


More information about the llvm-commits mailing list