[PATCH] D13627: [JIT] TrivialMemoryManager: Fail if we can't allocate memory

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 22:50:24 PDT 2015


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

This points to some serious issues with the MemoryManager interface: We should really have a way to report this kind of failure back to users, rather than crashing.

That said, this looks good for now.


http://reviews.llvm.org/D13627





More information about the llvm-commits mailing list