The column heading were being printing assuming size and value
were 8-wide strings, but they are 16-wide on 64-bit systems.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| test/tools/llvm-nm/X86/sysv-x86_64.test | ||
|---|---|---|
| 1–2 ↗ | (On Diff #113446) | nit: remove quotes from "ELF" and "MACHO" |
| tools/llvm-nm/llvm-nm.cpp | ||
| 712–713 ↗ | (On Diff #113446) | Perhaps this is easier to read? if (isSymbolList64Bit(Obj))
outs() << "Name Value Class Type"
<< " Size Line Section\n";
else
outs() << "Name Value Class Type"
<< " Size Line Section\n"; |