[PATCH] D37747: [MIPS] Fix PLT entries generation in case of linking regular and microMIPS code
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 1 19:42:11 PDT 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
I think this looks much nicer than before. Thank you for making the change.
================
Comment at: ELF/Config.h:215
+ // Holds set of ELF header flags for MIPS targets. The set calculated
+ // by the `elf::calcMipsEFlags` function and cashed in this field. For
+ // the calculation we iterate over all input object files and combine
----------------
cache
Repository:
rL LLVM
https://reviews.llvm.org/D37747
More information about the llvm-commits
mailing list