[PATCH] D18669: ELF: Correctly handle --whole-archive for thin archives.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 14:18:51 PDT 2016
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/ELF/whole-archive.s:36
@@ +35,3 @@
+// RUN: llvm-ar rcsT %tthin.a %ta.o
+// RUN: ld.lld -o %t3 %t.o --whole-archive %tthin.a --no-whole-archive
+// RUN: llvm-readobj --symbols %t3 | FileCheck --check-prefix=ADDED %s
----------------
You can remove --no-whole-archive
http://reviews.llvm.org/D18669
More information about the llvm-commits
mailing list