[PATCH] D78709: [llvm-readobj] - Simplify conditions used for printing segment mappings. NFCI.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 06:27:26 PDT 2020
grimar marked an inline comment as done.
grimar added inline comments.
================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:4154
- ((Sec.sh_flags & ELF::SHF_TLS) != 0) &&
- Phdr.p_type != ELF::PT_TLS;
- if (!TbssInNonTLS && checkTLSSections(Phdr, Sec) &&
----------------
This now lives in `checkTLSSections`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78709/new/
https://reviews.llvm.org/D78709
More information about the llvm-commits
mailing list