This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2c0dd61 Fix PR31896. new 13f0c80 Don't modify archive members unless really needed.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Object/Archive.h | 1 + lib/Object/ArchiveWriter.cpp | 49 +++++++++++++++++++++++++--------------- test/Object/archive-extract.test | 6 ++--- test/Object/archive-format.test | 19 ++++++++++++---- test/Object/archive-pad.test | 19 ++++++++++++++++ tools/llvm-ar/llvm-ar.cpp | 15 ++++++++---- 6 files changed, 80 insertions(+), 29 deletions(-) create mode 100644 test/Object/archive-pad.test