This is similar to D143540 for import libraries. ARM64EC will need it for EC symbol table, but it should be fine for other targets as well and it improves MSVC compatibility. I left mingw case unchanged to be safe, although I think that it wouldn't hurt to change that as well.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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?
Comment Actions
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.
This comment was removed by vadikp-intel.