[all-commits] [llvm/llvm-project] 6786b3: [llvm-readobj/elf] - Refine the malformed-pt-dynam...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Tue Aug 18 01:51:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6786b3e307175a2e26b88c161c4a7ed999ef2185
https://github.com/llvm/llvm-project/commit/6786b3e307175a2e26b88c161c4a7ed999ef2185
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-08-18 (Tue, 18 Aug 2020)
Changed paths:
M llvm/test/tools/llvm-readobj/ELF/malformed-pt-dynamic.test
Log Message:
-----------
[llvm-readobj/elf] - Refine the malformed-pt-dynamic.test.
This is splitted out from D85519, but significantly reworked.
Changes:
1) This test was changed to stop using python.
2) Use NoHeaders: true instead of `llvm-objcopy --strip-sections`.
3) Test llvm-readelf too (not just llvm-readobj).
4) Simplify the YAML used a bit (e.g. remove PT_LOAD).
5) Test 2 different cases: objects with section header table and without.
Differential revision: https://reviews.llvm.org/D86073
More information about the All-commits
mailing list