[PATCH] D75536: [LLD] Add support for --unique option
Dave Bozier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 5 10:22:56 PST 2020
davidb marked 2 inline comments as done.
davidb added inline comments.
================
Comment at: lld/test/ELF/unique-orphans.s:14
+## We should have 3 instances of orphan section foo.
+## Test with -r
+# RUN: ld.lld %t.o -r -o %t.ro --unique
----------------
MaskRay wrote:
> The comment `## Test with -r` is redundant and should be deleted.
shame.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75536/new/
https://reviews.llvm.org/D75536
More information about the llvm-commits
mailing list