[PATCH] D142686: [BOLT] Reintroduce allow-stripped

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 16:36:09 PST 2023


maksfb added inline comments.


================
Comment at: bolt/lib/Rewrite/RewriteInstance.cpp:1665
+    errs() << "BOLT-ERROR: stripped binaries are not supported. If you know "
+              "what you're doing, use --allow-stripped to proceed.";
+    exit(1);
----------------
nit: drop the trailing period in the message.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142686



More information about the llvm-commits mailing list