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

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 14:30:18 PDT 2023


aeubanks added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-objcopy.rst:155
    section.
+ - `large` = add the `SHF_X86_64_LARGE` on x86_64, it is an error if the target
+   architecture is not x86_64.
----------------



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

https://reviews.llvm.org/D153262



More information about the llvm-commits mailing list