[all-commits] [llvm/llvm-project] 42b232: [ORC] Fail materialization in tasks that are destr...
Lang Hames via All-commits
all-commits at lists.llvm.org
Wed Jan 8 22:50:25 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42b23257c5519b63a0516bac9f7986367e15e794
https://github.com/llvm/llvm-project/commit/42b23257c5519b63a0516bac9f7986367e15e794
Author: Lang Hames <lhames at gmail.com>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/lib/ExecutionEngine/Orc/Core.cpp
Log Message:
-----------
[ORC] Fail materialization in tasks that are destroyed before running.
If a MaterialiaztionTask is destroyed before running then we need to call
failMaterialization on the MaterializationResponsibility member.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list