[llvm-readobj/llvm-readelf][test] - Add testing for EI_OSABI and EI_ABIVERSION fields...
authorGeorgii Rymar <grimar@accesssoftek.com>
Fri, 20 Dec 2019 11:40:32 +0000 (14:40 +0300)
committerGeorgii Rymar <grimar@accesssoftek.com>
Wed, 25 Dec 2019 12:03:00 +0000 (15:03 +0300)
commit604d7fbfc1e38bd5cb1c6aaec8f2ef3dcaadf294
treea3c4f716c9264af8507f9ce2c2123e74c63eba76
parent8304781cae97f72c737610460bcb25aa2082807d
[llvm-readobj/llvm-readelf][test] - Add testing for EI_OSABI and EI_ABIVERSION fields of an ELF header.

We had no separate tests for these fields.

Differential revision: https://reviews.llvm.org/D71766
llvm/test/tools/llvm-readobj/ELF/file-header-abi-version.test [new file with mode: 0644]
llvm/test/tools/llvm-readobj/ELF/file-header-os-abi.test [new file with mode: 0644]