[PATCH] D121398: Return an error when dsymutil might produce an invalid mach-o file.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 09:28:50 PST 2022


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

Thanks Greg. LGTM with "Mach-O" everywhere for consistency.



================
Comment at: llvm/tools/dsymutil/dsymutil.cpp:758
+          WithColor::error() << "the univesral binary has a slice with an "
+              "offset exceeds 4GB and will produce an invalid mach-o file.";
+          return EXIT_FAILURE;
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121398



More information about the llvm-commits mailing list