Files
clang-p2996/llvm/lib/ExecutionEngine/RuntimeDyld
Nikita Popov f99746f30a [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).
2024-07-04 11:06:48 +02:00
..