[PATCH] D153262: [llvm-objcopy] --set-section-flags: allow "large" to add SHF_X86_64_LARGE
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 13 15:39:28 PDT 2023
MaskRay 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
+ format is not x86_64.
----------------
architecture is not x86_64.
I think the "target format" term is somewhat ambiguous. Sometimes it refers specifically to the object file format (LLVM may call it BinaryFormat): ELF, COFF, etc. Here we just mean the architecture (sometimes called processor or machine, but I find "architecture" better).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153262/new/
https://reviews.llvm.org/D153262
More information about the llvm-commits
mailing list