[all-commits] [llvm/llvm-project] f5cae7: [ORC] Add unit test for simple cycle in WaitingOnG...
Lang Hames via All-commits
all-commits at lists.llvm.org
Sun Nov 23 23:07:25 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5cae7b805946337f30437871ea6e13844507775
https://github.com/llvm/llvm-project/commit/f5cae7b805946337f30437871ea6e13844507775
Author: Lang Hames <lhames at gmail.com>
Date: 2025-11-24 (Mon, 24 Nov 2025)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/WaitingOnGraphTest.cpp
Log Message:
-----------
[ORC] Add unit test for simple cycle in WaitingOnGraph::emit. (#169281)
WaitingOnGraphTests.Emit_SingleContainerSimpleCycle tests a pair of emit
operations where the second completes a simple cycle (1: A -> B, 2: B ->
A).
We already had a test of WaitingOnGraph::simplify's behavior in this
case, but did not have one for WaitingOnGraph::emit.
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