[PATCH] D129142: [LLD][ELF] Drop duplicates from rpath

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 00:26:50 PDT 2022


MaskRay added a comment.

Actually the simple lld behavior has an advantage that it can catch such duplicate `-rpath` usage, which is probably not intended, but never will be caught with GNU ld or gold.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129142/new/

https://reviews.llvm.org/D129142



More information about the llvm-commits mailing list