[PATCH] D64800: [llvm-readobj] - Stop using precompiled objects in file-headers.test

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 09:46:27 PDT 2019


sbc100 added a comment.

Is there a danger that by moving in this direction we loose some test coverage since we are no longer verifying the libObject can read a know set of binaries, but only that libObject can read the output yaml2obj?   i.e. we could evolve the object format in llvm such that these tests would continue pass but the objects would no longer be standards compliant?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64800/new/

https://reviews.llvm.org/D64800





More information about the llvm-commits mailing list