[PATCH] D15193: [ELF/AArch64] Allow only valid dynamic relocations in the output.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 12:08:05 PST 2015


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM with a nit.


================
Comment at: lld/trunk/ELF/Target.cpp:886
@@ +885,3 @@
+  error("Relocation " + S + " cannot be used when making a shared object; "
+                            "recompile with -fPIC.");
+}
----------------
Please format this line using clang-format.


http://reviews.llvm.org/D15193





More information about the llvm-commits mailing list