The previous implementation reported .comment sections as '?'
GNU uses 'n' which means "The symbol is a debugging symbol." .note sections are represented as 'n' too.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. The CHECK-NEXT can be in a follow-on, or just during the commit, assuming there's no issues.
llvm/test/Object/nm-trivial-object.test | ||
---|---|---|
118–127 ↗ | (On Diff #184609) | Could you use ELF64-DEBUG-SYMS-NEXT here to capture all the section names, and make sure there are no others we're missing? |