[PATCH] D16648: ELF: Find invalid relocations as many as possible.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 29 12:00:29 PST 2016


ruiu added inline comments.

================
Comment at: ELF/Driver.cpp:295
@@ -294,1 +294,3 @@
   Target.reset(createTarget());
+  if (!Target)
+    return;
----------------
rafael wrote:
> Unrelated? Or update the patch description.
Removed.


http://reviews.llvm.org/D16648





More information about the llvm-commits mailing list