[all-commits] [llvm/llvm-project] f31fa4: [llvm-readobj][test] - Cleanup hash-histogram.test

Georgii Rymar via All-commits all-commits at lists.llvm.org
Wed Dec 18 00:39:16 PST 2019


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

  Changed paths:
    M llvm/test/tools/llvm-readobj/ELF/hash-histogram.test

  Log Message:
  -----------
  [llvm-readobj][test] - Cleanup hash-histogram.test

In this test case we use 3 precompiled objects to
test how we print a histogram for an GNU hash section.
It does not make sense to use precompiled objects
for that. Also we could have 2 tests: one for 32 and
another for 64 bits target.

This patch does this change. It is not possible to remove
these precompiled objects because they are used elsewhere.

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




More information about the All-commits mailing list