[PATCH] D125439: Ensure that the MRI CREATE/CREATETHIN commands overwrite the output file appropriately
ben via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 13 09:43:40 PDT 2022
bd1976llvm marked 5 inline comments as done.
bd1976llvm added inline comments.
================
Comment at: llvm/tools/llvm-ar/llvm-ar.cpp:1138
+ performOperation(ReplaceOrInsert, /*OldArchive=*/nullptr,
+ /*OldArchiveBu=f*/ nullptr, &NewMembers);
exit(0);
----------------
jhenderson wrote:
> This line is apparently cursed to have typos in it :-D
:)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125439/new/
https://reviews.llvm.org/D125439
More information about the llvm-commits
mailing list