[all-commits] [llvm/llvm-project] adf55a: [ORC] Call ExecutorProcessControl::disconnect in u...

lhames via All-commits all-commits at lists.llvm.org
Tue Oct 12 14:59:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: adf55ac6657693f7bfbe3087b599b4031a765a44
      https://github.com/llvm/llvm-project/commit/adf55ac6657693f7bfbe3087b599b4031a765a44
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-10-12 (Tue, 12 Oct 2021)

  Changed paths:
    M llvm/unittests/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManagerTest.cpp
    M llvm/unittests/ExecutionEngine/Orc/EPCGenericMemoryAccessTest.cpp

  Log Message:
  -----------
  [ORC] Call ExecutorProcessControl::disconnect in unit tests that require it.

Another follow-up to 2815ed57e3c and 19b4e3cfc6a. For unit tests that don't use
an ExecutionSession we need to call ExecutorProcessControl::disconnect directly
to wait for the dispatcher to shut down.

https://llvm.org/PR52153




More information about the All-commits mailing list