[PATCH] D93021: [llvm-readelf/obj] - Minor cleanup of warning reporting.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 12:32:31 PST 2020


MaskRay added a comment.

Is this desired? For

  reportUniqueWarning(
            "SHT_DYNSYM section header and DT_SYMTAB disagree about "
            "the location of the dynamic symbol table");

it is fine. But for the others, a bunch of `toString` are added.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93021/new/

https://reviews.llvm.org/D93021



More information about the llvm-commits mailing list