Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Orc][RuntimeDyld] Return after handling error (#95364)
If OnLoaded failed, return after passing the error to OnEmitted instead of also calling finalizeAsync (which would use values that have already been moved and perform another call to OnEmitted).
- Loading branch information