[PATCH] D107333: [llvm-readobj][XCOFF] Print the length of the string table.
Esme Yi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 9 01:41:40 PDT 2021
Esme added a comment.
In D107333#2933931 <https://reviews.llvm.org/D107333#2933931>, @fhahn wrote:
> 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);
> ~~^~~~~~~~~~~
Sorry. rGaefdce8b397a <https://reviews.llvm.org/rGaefdce8b397a981c5026d6071e75e50f2f023e1d> was committed to fix the error.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107333/new/
https://reviews.llvm.org/D107333
More information about the llvm-commits
mailing list