DavidSpickett wrote: > The idea behind the latter is that if your assertion fails, you're already > in an unrecoverable state (and if it were recoverable, error handling would > have taken care of that).
Sounds like these should be a hypothetical `assert_even_in_release_mode` in that case. Maybe they should be some `llvm::fatal_error...`. I remember seeing something like that around the codebase. https://github.com/llvm/llvm-project/pull/71175 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits