llvm-project/llvm/tools/llvm-ar
gbreynoo d17c54d17d [llvm-ar] Prevent automatic conversion from thin to full archive
llvm-ar silently converts a thin archive to a regular archive when you
specify a modification operation (e.g. 'r') without the 'T' modifier.
This change stops this from occuring. If a user is trying to convert
between thin and full archives then they can explicitly use the 'L'
command to createa new archive.

Differential Revision: https://reviews.llvm.org/D118693
2022-02-03 11:45:21 +00:00
..
CMakeLists.txt
llvm-ar.cpp [llvm-ar] Prevent automatic conversion from thin to full archive 2022-02-03 11:45:21 +00:00