Our code that dumps groups has 3 noticeable issues:
- It uses unwrapOrError in many places.
- It doesn't allow reporting unique warnings, because the getGroups helper is not a member of DumpStyle<ELFT>.
- It might just crash. See the comment for StrTableOrErr->data() + Sym.st_name line.
In this patch I am starting addressing these points.
For start I've converted one of unwrapOrError calls to a unique warning.
Place in an anonymous namespace