[PATCH] D153262: [llvm-objcopy] --set-section-flags: allow "large" to add SHF_X86_64_LARGE

Thomas Köppe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 3 06:25:55 PDT 2023


tkoeppe added a comment.

Many thanks, @MaskRay!

I believe GNU objcopy doesn't have a "large" flag at the moment, but it does preserve any existing `SHF_X86_64_LARGE` sectopm flags. I also agree that it seems OK to change this, but I don't have a good industry-wise overview.

@jhenderson: Do you think this is acceptable?


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

https://reviews.llvm.org/D153262



More information about the llvm-commits mailing list