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

Pete Cooper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 09:50:33 PDT 2019


pete accepted this revision.
pete added a comment.
This revision is now accepted and ready to land.

LGTM.



================
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";
----------------
The formatting looks off here compared to the rest of the code.


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