[PATCH] D153262: Add named section flag "large" to objcopy
Thomas Köppe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 09:31:32 PDT 2023
tkoeppe added a comment.
In D153262#4444492 <https://reviews.llvm.org/D153262#4444492>, @aeubanks wrote:
> yeah we should check if `Config.OutputArch` is `ELF::EM_X86_64`, in line with https://reviews.llvm.org/D148358
And what do we do if the flag is requested but we're on the wrong architecture? A fatal error? That might be better than silently ignoring an nonsensical request.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153262/new/
https://reviews.llvm.org/D153262
More information about the llvm-commits
mailing list