[PATCH] D26738: [ELF] - Improve diagnostic messages.

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 09:51:35 PST 2016


emaste 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;
----------------
This is the "previously" that Rafael mentioned should be dropped


Repository:
  rL LLVM

https://reviews.llvm.org/D26738





More information about the llvm-commits mailing list