[PATCH] D48702: objdump: Better handling of Mach-O universal binaries

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 15:15:07 PDT 2018


compnerd added inline comments.


================
Comment at: tools/llvm-objdump/MachODump.cpp:2014
+      errs() << "llvm-objdump: '" << Filename << "': "
+             << "Object is not a Mach-O file type.\n";
+    return;
----------------
Yes, I know you just moved the code, but please either remove or keep braces on both sides.


Repository:
  rL LLVM

https://reviews.llvm.org/D48702





More information about the llvm-commits mailing list