[PATCH] D26738: [ELF] - Improve diagnostic messages.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 09:52:28 PST 2016
grimar added inline comments.
================
Comment at: lld/trunk/ELF/Relocations.cpp:457
+ error(getLocation(S, RelOff) + ": cannot preempt symbol '" +
+ Body.getName() + "' previously defined in " + getFilename(Body.File));
return Expr;
----------------
emaste wrote:
> This is the "previously" that Rafael mentioned should be dropped
yes, sorry, will update in a few minutes.
Repository:
rL LLVM
https://reviews.llvm.org/D26738
More information about the llvm-commits
mailing list