This is GNU objdump's behavior and it is reasonable to match.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
LGTM with ELF32 and ELF64.
llvm/test/tools/llvm-objdump/symbol-table-elf.test | ||
---|---|---|
4 | Lets use ELF32 and ELF64 as it is more common? | |
19 | I guess it is fine for this patch. But FTR, it seems this test might be improved. Probably 64 bit values also should be used |
Comment Actions
I will fix/improve the lld/test/ELF tests. Some should use llvm-readelf -s instead of llvm-objdump -t. The BFD flags (g and l) in llvm-objdump output may cause another change. The llvm-readelf -s output is stable.
Lets use ELF32 and ELF64 as it is more common?