[PATCH] D71662: [llvm-readobj][test] - Stop using Inputs/trivial.obj.elf-x86-64.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 06:49:56 PST 2019
grimar added inline comments.
================
Comment at: llvm/test/tools/llvm-readobj/ELF/gnu-file-headers.test:14-15
+# I386-NEXT: Version: 1 (current)
+# I386-NEXT: OS/ABI: UNIX - System V
+# I386-NEXT: ABI Version: 0x0
+# I386-NEXT: Type: REL (Relocatable file)
----------------
jhenderson wrote:
> grimar wrote:
> > jhenderson wrote:
> > > We should have at least one test case with non-zero OS/ABI and ABI Version fields. Possibly we could test those separately (we should for example probably enumerate the OS/ABI values in a separate test to show that they are all GNU compatible).
> > I agree that these fields should be tested and that we should do this separatelly in a more specific tests.
> >
> Okay, that's fine, but I do want to make sure it doesn't get overlooked, because at least in my most common usage, we use non-zero values for these two fields.
Its https://reviews.llvm.org/D71766
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71662/new/
https://reviews.llvm.org/D71662
More information about the llvm-commits
mailing list