[PATCH] D119658: [BOLT][NFC] Report errors from createBinaryContext and RewriteInstance ctor

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 14:33:02 PST 2022


rafauler added a comment.

Instead of having Error as out parameter in constructors, what about refactoring these classes to put this complex constructor logic into a separate "initialize" member function?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119658



More information about the llvm-commits mailing list