[llvm] [llvm-ar][Object][COFF] Add support for EC symbols to llvm-ar. (PR #85230)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 01:43:46 PDT 2024
================
@@ -807,6 +827,30 @@ computeMemberData(raw_ostream &StringTable, raw_ostream &SymNames,
}
}
+ if (SymMap) {
+ if (IsEC) {
+ SymMap->UseECMap = *IsEC;
----------------
jh7370 wrote:
I've not attempted to thread this through, so it may well be, but is this case covered by tests?
https://github.com/llvm/llvm-project/pull/85230
More information about the llvm-commits
mailing list