Details
Details
- Reviewers
jhenderson shchenz Higuoxing - Group Reviewers
Restricted Project - Commits
- rGf49c3a688244: [llvm-readobj][XCOFF] Print the length of the string table.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good, except for one request.
llvm/tools/llvm-readobj/XCOFFDumper.cpp | ||
---|---|---|
463 | I'm not sure I'd bother with the "(in bytes)" bit - we don't specify that in other places where the length is specified: bytes is implied, unless a unit is explicitly specified. |
Comment Actions
Looks like this prints building with Clang-based compilers:
llvm/tools/llvm-readobj/XCOFFDumper.cpp:464:5: error: call to member function 'printNumber' is ambiguous W.printNumber("Length", StrTabSize); ~~^~~~~~~~~~~
I'm not sure I'd bother with the "(in bytes)" bit - we don't specify that in other places where the length is specified: bytes is implied, unless a unit is explicitly specified.