[all-commits] [llvm/llvm-project] 1f71b5: [llvm-ar] Fix thin archive being wrongly converted...
gbreynoo via All-commits
all-commits at lists.llvm.org
Thu Apr 21 07:49:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f71b5a38605a4f101af43288ae22feb89c8a469
https://github.com/llvm/llvm-project/commit/1f71b5a38605a4f101af43288ae22feb89c8a469
Author: gbreynoo <Owen.Reynolds at sony.com>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M llvm/test/tools/llvm-ar/flatten-thin-archive.test
M llvm/test/tools/llvm-ar/regular-to-thin-archive.test
M llvm/test/tools/llvm-ar/thin-to-regular-archive.test
M llvm/tools/llvm-ar/llvm-ar.cpp
Log Message:
-----------
[llvm-ar] Fix thin archive being wrongly converted to a full archive
When using the L option to quick append a full archive to a thin
archive, the thin archive was being wrongly converted to a full archive.
I've fixed the issue and added a check for it in
thin-to-full-archive.test and expanded some tests.
Differential Revision: https://reviews.llvm.org/D123142
More information about the All-commits
mailing list