[PATCH] D62642: Support Universal dSYM files in llvm-objdump

Michael Trent via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 10:52:33 PDT 2019


mtrent marked 2 inline comments as done.
mtrent added inline comments.


================
Comment at: tools/llvm-objdump/MachODump.cpp:7294
+      else {
+	WithColor::error(errs(), "llvm-objdump")
+	  << DSYMFile << " is not a Mach-O or Universal file type.\n";
----------------
pete wrote:
> The formatting looks off here compared to the rest of the code.
stupid emacs.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62642





More information about the llvm-commits mailing list