[PATCH] D73484: [llvm-readobj] - Improve error message reported by DynRegionInfo.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 12:15:53 PST 2020


MaskRay added inline comments.


================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:151
+
+    std::string Msg =
+        ("invalid " + SizePrintName + " (" + Twine(Size) + ")").str();
----------------
This order may be more natural: `invalid size (32) of section with index 1`


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

https://reviews.llvm.org/D73484





More information about the llvm-commits mailing list