[PATCH] D46200: Mitigate relocation overflow [part 2 of 2]
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 17 14:11:33 PDT 2018
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/Writer.cpp:1711
+ // as long as _start and _end point to the same location.
+
+ // That said, we don't want to set the symbols to 0 (which is
----------------
Add an empty comment line `//`.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D46200
More information about the llvm-commits
mailing list