[PATCH] D15193: [ELF/AArch64] Allow only valid dynamic relocations in the output.
Igor Kudrin via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 4 18:20:26 PST 2015
ikudrin added inline comments.
================
Comment at: lld/trunk/ELF/Target.cpp:886
@@ +885,3 @@
+ error("Relocation " + S + " cannot be used when making a shared object; "
+ "recompile with -fPIC.");
+}
----------------
ruiu wrote:
> Please format this line using clang-format.
It is clang-formatted. Please note, there is no '+' sign between strings. Would you like me to add it and reformat then?
http://reviews.llvm.org/D15193
More information about the llvm-commits
mailing list