[LLVMdev] LLVM asserts

Eli Friedman eli.friedman at gmail.com
Wed Aug 19 18:27:43 PDT 2009


On Wed, Aug 19, 2009 at 5:27 PM, Aaron
Gray<aaronngray.lists at googlemail.com> wrote:
> As LLVM is really a library it should behave like one and not just abort the
> whole process on an assert.

This isn't Java; if we hit an assert, it's likely memory is in an
inconsistent state, so we don't want to try to recover.

-Eli



More information about the llvm-dev mailing list