[PATCH] D17918: [ELF] - Issue an error if trying to link object that uses splitstacks.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 05:53:48 PST 2016


grimar added inline comments.

================
Comment at: ELF/InputFiles.cpp:179
@@ -178,1 +178,3 @@
+    if (HasError)
+      return;
     ++I;
----------------
That's not actually needed for this patch to work, but it seems reasonable to have ?


http://reviews.llvm.org/D17918





More information about the llvm-commits mailing list