[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:45 PDT 2024


================
@@ -807,6 +827,30 @@ computeMemberData(raw_ostream &StringTable, raw_ostream &SymNames,
     }
   }
 
+  if (SymMap) {
----------------
jh7370 wrote:

Perhaps worth showing in a test that if symbols are not requested (i.e. `llvm-ar S ...`), no EC map is generated?

https://github.com/llvm/llvm-project/pull/85230


More information about the llvm-commits mailing list