[PATCH] D17593: [ELF][MIPS] Add STO_MIPS_PLT flag to the symbols require pointer equality
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 11:15:27 PST 2016
ruiu added a comment.
LGTM
================
Comment at: lld/trunk/ELF/OutputSections.cpp:1519
@@ -1512,1 +1518,3 @@
+ Body->NeedsCopyOrPltAddr)
+ ESym->st_other |= ELF::STO_MIPS_PLT;
++ESym;
----------------
I think you can remove "ELF::"
Repository:
rL LLVM
http://reviews.llvm.org/D17593
More information about the llvm-commits
mailing list