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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 9 16:52:02 PDT 2021


MaskRay added a comment.

I think assembly tests in fine in lld/test/ELF and they typically improve readability. yaml2obj tests tend to be verbose.

If you look at my SHF_GNU_RETAIN change or earlier contributions, I usually organize features in three patches:

- BinaryFormat/ELF.h yaml2obj/obj2yaml/llvm-readobj
- llvm-mc and tests in llvm/test/MC
- lld/ELF


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

https://reviews.llvm.org/D99754



More information about the llvm-commits mailing list