================
@@ -83,8 +83,24 @@ class SymbolizableObjectFile : public SymbolizableModule {
// getNameFromSymbolTable.
uint32_t ELFLocalSymIdx;
+ // None if this is not a XCOFF local symbol.
----------------
chenzheng1030 wrote:
Done
https://github.com/llvm/llvm-project/pull/69553