[PATCH] D85785: [ELF] -r: allow section type 0x70000001 (SHT_X86_64_UNWIND) to be merged into SHT_PROGBITS
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 03:46:42 PDT 2020
grimar added a comment.
> There is little cost losing the "section type mismatch" diagnostic for other architectures, so we don't bother checking e_machine
Is there any reason why you don't want to check the `e_machine` and to make the code more readable, straightforward and
don't loose the "section type mismatch" diagnostic?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85785/new/
https://reviews.llvm.org/D85785
More information about the llvm-commits
mailing list