summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/ELF/hash-histogram.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-readobj][test] - Cleanup hash-histogram.testGeorgii Rymar2019-12-181-26/+86
| | | | | | | | | | | | | 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
* [llvm-readobj][test] - Move platform specific test cases and their inputs to ↵Georgii Rymar2019-12-101-0/+70
separate folders. This creates the next subfolders in the test directory: "COFF", "ELF", "MachO", "wasm". I've also removed platform specific prefixes, like "coff-*". One unused binary was removed as well: `Inputs/relocs.obj.elf-mips` Differential revision: https://reviews.llvm.org/D71203
OpenPOWER on IntegriCloud