[PATCH] D99754: [LLD][ELF][AVR] Propagate ELF flags to the linked image

LemonBoy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 9 01:12:07 PDT 2021


LemonBoy added a comment.

In D99754#2678502 <https://reviews.llvm.org/D99754#2678502>, @MaskRay wrote:

> llvm/BinaryFormat/ELF.h is typically added along with tests to llvm-readobj/yaml2obj/obj2yaml. See D95728 <https://reviews.llvm.org/D95728> for an example.

Apologies for the missing tests, I've just realized I forgot to `git add` them before sending out the patch.
This said I'm not using `yaml2obj` to generate the test cases but I see that's a better strategy than using `llvm-mc`, I'll patch the tools (and ELF.h) in a separate preparatory patch.


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

https://reviews.llvm.org/D99754



More information about the llvm-commits mailing list