[PATCH] D120224: [BOLT][NFC] Report errors from RewriteInstance `discoverStorage` and `run`

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 23 18:24:21 PST 2022


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

LGTM. One nit below.



================
Comment at: bolt/lib/Rewrite/RewriteInstance.cpp:758
+Error RewriteInstance::run() {
+  assert(BC);
 
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120224



More information about the llvm-commits mailing list