[PATCH] D90438: [llvm-objcopy] Make --set-section-flags work with --add-section

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 16:48:36 PDT 2020


MaskRay added a comment.

You may ask what `objcopy --add-gnu-debuglink=a --set-section-flags=.gnu_debuglink=alloc` does. It does not change the flags of `.gnu_debuglink` and thus our behavior matches GNU.
It seems like an a combo users won't use and I don't bother adding a test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90438



More information about the llvm-commits mailing list