[PATCH] D34448: bug33527 - Linker::LinkOnlyNeeded should import AppendingLinkage globals

Benoit Belley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 17:11:23 PDT 2017


belleyb marked 3 inline comments as done.
belleyb added inline comments.


================
Comment at: test/Linker/Inputs/only-needed-ctors.ll:14
+
+define void @unused() {
+  ret void
----------------
I have added an unused function, just to make sure that the `-only-needed` switch produces a different result.


https://reviews.llvm.org/D34448





More information about the llvm-commits mailing list