[PATCH] D26801: Allow use define symbols to override linker defined ones
Simon Atanasyan via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 17 08:46:35 PST 2016
atanasyan added a comment.
In https://reviews.llvm.org/D26801#598636, @emaste wrote:
> Was the MIPS duplicate `_gp` issue entirely a false error now fixed by this change?
This fix removes false error message but the linker will not use _gp value provided in the linker script. That needs to be fixed separately. I will do that soon.
https://reviews.llvm.org/D26801
More information about the llvm-commits
mailing list