[PATCH] D156473: [Object] Use COFF archive format for import libraries.
Jacek Caban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 28 04:42:37 PDT 2023
jacek added a comment.
In D156473#4541272 <https://reviews.llvm.org/D156473#4541272>, @mstorsjo wrote:
> The change LGTM. I’m not familiar with what the visible effects in the test are due to this change though; the symbols appear sorted where they previously weren’t?
Thanks. Yes, the visible change is that symbols are sorted. All other minor format differences are abstracted by Archive class. I will add a note to the commit message.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156473/new/
https://reviews.llvm.org/D156473
More information about the llvm-commits
mailing list