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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 10:03:54 PST 2016


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

LGTM


================
Comment at: test/ELF/splitstacks.s:4
@@ +3,3 @@
+
+## Check that splitstacks objects are not allowed.
+# RUN: not ld.lld %t1.o -o %t 2>&1 | FileCheck %s
----------------
I'd remove this comment because it's obvious.


http://reviews.llvm.org/D17918





More information about the llvm-commits mailing list