[all-commits] [llvm/llvm-project] 19b4e3: [ORC] Call ExecutionSession::endSession in unit te...
lhames via All-commits
all-commits at lists.llvm.org
Tue Oct 12 14:49:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19b4e3cfc6a19e35c20171caab802f44d36bede9
https://github.com/llvm/llvm-project/commit/19b4e3cfc6a19e35c20171caab802f44d36bede9
Author: Lang Hames <lhames at gmail.com>
Date: 2021-10-12 (Tue, 12 Oct 2021)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/ExecutionSessionWrapperFunctionCallsTest.cpp
Log Message:
-----------
[ORC] Call ExecutionSession::endSession in unit tests.
2815ed57e3c added calls from ExecutorProcessControl::disconnect implementations
to shut down the TaskDispatcher. We still need to call endSession to trigger
disconnection though. This commit adds the necessary calls to the failing unit
tests.
https://llvm.org/PR52153
More information about the All-commits
mailing list