[PATCH] D73518: [ELF] Mention symbol name in reportRangeError()

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 00:52:29 PST 2020


grimar added inline comments.


================
Comment at: lld/ELF/Relocations.cpp:108
+  if (errPlace.isec && errPlace.isec->name.startswith(".debug"))
+    hint += "; consider recompiling with -fdebug-types-section to reduce size "
+            "of debug sections";
----------------
grimar wrote:
> Seems there is no test case for this?
Ah, nevermind. I did not notice this piece was just moved.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73518/new/

https://reviews.llvm.org/D73518





More information about the llvm-commits mailing list