[PATCH] D39139: LLD/ELF: Allow targets to set e_flags
Tony Tye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 20 19:19:01 PDT 2017
t-tye added inline comments.
================
Comment at: ELF/Arch/MipsArchTree.cpp:284
template <class ELFT> uint32_t elf::calcMipsEFlags() {
std::vector<FileFlags> V;
----------------
Would it be better to just rename this calcEFlags to match how the other targets are now?
https://reviews.llvm.org/D39139
More information about the llvm-commits
mailing list