Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono] Unconditionally check llvm::Expected<T> for success (#44908)
`assert()` will expand to a no-op if NDEBUG is defined, which can cause an assertion-enabled LLVM to trap if an `llvm::Expected<T>` is destroyed before having had `operator bool` applied to it.
- Loading branch information