[PATCH] D75536: [LLD] Add support for --unique option
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 5 10:23:01 PST 2020
MaskRay added a comment.
> Places orphan sections into a unique output section. This prevents the merging of orphan sections of the same name. Matches behaviour of gnu LD option --unique[=SECTION], with the exception I haven't added the wildcard SECTION support.
gnu LD -> GNU ld
Matches behaviour of GNU ld `--unique`. `--unique=pattern` is not implemented.
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