[PATCH] D68732: Break out OrcError and RPC

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 16:55:12 PDT 2019


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

Hi Chris,

Thanks for working on this — it’ll be great not to drag all those extra dependencies in.

I think I would prefer to have an OrcRPC library (rather than OrcError), and split up the error definitions (RPC errors go in OrcRPC, others go in Orc Core). That said I’m happy for this to land as is and we can make that change in-tree.

Longer term I’d love to break Orc up even more: Ideally there would be a Core library that depends on nothing but Support and Object, and an OrcIR library for IR layers. I think we can tackle that after ORCv1 is killed off though.

— Lang.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68732





More information about the llvm-commits mailing list