[all-commits] [llvm/llvm-project] e77c14: [llvm-readobj] - Refine --needed-libs implementati...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Mon Jan 27 02:30:05 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e77c149f0e4db4e51184f726bd3c5c83b17aa39a
      https://github.com/llvm/llvm-project/commit/e77c149f0e4db4e51184f726bd3c5c83b17aa39a
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M llvm/test/Object/readobj-shared-object.test
    A llvm/test/tools/llvm-readobj/ELF/needed-libs.test
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [llvm-readobj] - Refine --needed-libs implementation and add a test.

We have no good test for --needed-libs option.
The one we have as a part of Object/readobj-shared-object.test
is not complete.

In this patch I've did a minor NFC changes to the implementation and
added a test. This allowed to remove this piece from
Object/readobj-shared-object.test

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




More information about the All-commits mailing list