Terach llvm-readobj to print readelf equivalent of:
readelf -lW
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
test/tools/llvm-readobj/Inputs/phdrs-elf.exe-* files are checked in as Binary as they are fully formed executables. They also have sufficient mix of program headers which have TLS sections in permissible segments and some extra non PT_LOAD segments.
test/tools/llvm-readobj/gnu-phdrs.test | ||
---|---|---|
1 | Forgot to add the source used to compile the binary. Will add it in a new patch. |
Comment Actions
Now that the general structure is there as long as you're following it I'm fine with anything you fill in to be post-commit reviewed.
Thanks!
-eric
Forgot to add the source used to compile the binary. Will add it in a new patch.