Implements equivalent functionality of:
readelf -g
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Suggestion by Rafael incorporated:
Changed auto to ArrayRef<Elf_Word>
Removed while() {} and used range based loops.