[all-commits] [llvm/llvm-project] 6a1e5f: [llvm-ar] Fix MRI ADDLIB command when used with th...
gbreynoo via All-commits
all-commits at lists.llvm.org
Mon Jun 27 09:20:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a1e5f5a7111ce07a3beb8be366b63ea10fa56f4
https://github.com/llvm/llvm-project/commit/6a1e5f5a7111ce07a3beb8be366b63ea10fa56f4
Author: gbreynoo <Owen.Reynolds at sony.com>
Date: 2022-06-27 (Mon, 27 Jun 2022)
Changed paths:
M llvm/test/tools/llvm-ar/mri-thin-archive.test
M llvm/tools/llvm-ar/llvm-ar.cpp
Log Message:
-----------
[llvm-ar] Fix MRI ADDLIB command when used with thin archives
We did not properly handle using CREATETHIN in an MRI script and
attempting to use ADDLIB to add the contents of a regular archive. This
fix outputs a meaningful error message in this case and provides some
more testing.
Differential Revision: https://reviews.llvm.org/D128067
More information about the All-commits
mailing list