[PATCH] D118693: [llvm-ar] Prevent automatic conversion from thin to full archive
Owen Reynolds via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 1 03:57:40 PST 2022
gbreynoo added a comment.
I believe Gnu-ar commands without T on thin archives do not auto convert to "full" archives:
- Move and Delete work as intended
- Replace and Quick Append errors
I think a consistent approach would be best, so I'm happy to just go with an error if that is preferred.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118693/new/
https://reviews.llvm.org/D118693
More information about the llvm-commits
mailing list