[all-commits] [llvm/llvm-project] 6227f0: [llvm-readobj] - Add proper testing for the SHT_MI...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Fri Jul 17 05:25:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6227f04a09f664a45e7fa75304c636f59a115fa9
https://github.com/llvm/llvm-project/commit/6227f04a09f664a45e7fa75304c636f59a115fa9
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-07-17 (Fri, 17 Jul 2020)
Changed paths:
M llvm/lib/ObjectYAML/ELFYAML.cpp
R llvm/test/tools/llvm-readobj/ELF/Inputs/abiflags.obj.elf-mips
R llvm/test/tools/llvm-readobj/ELF/Inputs/abiflags.obj.elf-mipsel
M llvm/test/tools/llvm-readobj/ELF/mips-abiflags.test
Log Message:
-----------
[llvm-readobj] - Add proper testing for the SHT_MIPS_ABIFLAGS section.
This rewrites the mips-abiflags.test to stop using recompiled objects,
adds testing for all missed bits and also adds two missing enum values
to lib/ObjectYAML, which are used in the new test.
Differential revision: https://reviews.llvm.org/D83954
More information about the All-commits
mailing list