[PATCH] D55860: [Object] Deduplicate long archive member names

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 19 01:34:26 PST 2018


mstorsjo added reviewers: ruiu, rnk, pcc.
mstorsjo added a comment.

I'm not intimately familiar with the structure of ar files, but the change looks like it makes sense to me at least. Does MSVC link.exe produce import libraries with deduplicated member names as well?

I think the change is possible to apply as such, but it'd be better if the diff was made with more context included (diff -U9999).


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55860





More information about the llvm-commits mailing list