[PATCH] D116979: [llvm-ar] Add --thin for creating a thin archive

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 09:47:38 PST 2022


MaskRay added a comment.

In D116979#3286974 <https://reviews.llvm.org/D116979#3286974>, @gbreynoo wrote:

> Hi @Maskray, apologies for the wait in this review. I think James brought up a good point regarding gnu ar still using `T`.  I realise that when moving towards consistency someone has to go first, but it maybe worth us waiting until they make the change so we maintain compatibility. Do we know if they have plans to move over to `--thin`?

Their `-T` has been deprecated. The problem is whether any project is using `T`. These projects cannot straightforwardly migrate if `llvm-ar` does not have `T`.
The `T` problem may also be the reason that other implementations cannot change their `T`.

I think GNU ar `T` for thin may be removed, but that may take several years...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116979



More information about the llvm-commits mailing list