[all-commits] [llvm/llvm-project] 058935: [Orc][examples] Adopt ExecutorProcessControl API a...

Stefan Gränitz via All-commits all-commits at lists.llvm.org
Thu Jul 29 05:41:48 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 058935145d6b0c600c35e8b83fa150896c725f8d
      https://github.com/llvm/llvm-project/commit/058935145d6b0c600c35e8b83fa150896c725f8d
  Author: Stefan Gränitz <stefan.graenitz at gmail.com>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt
    M llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/LLJITWithRemoteDebugging.cpp
    M llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.cpp
    M llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h
    M llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test
    M llvm/test/Examples/lit.local.cfg

  Log Message:
  -----------
  [Orc][examples] Adopt ExecutorProcessControl API and re-enable LLJITWithRemoteDebugging

The API change originated from D104694. The LLJITWithRemoteDebugging example and the test for it were disabled while it was in the works.




More information about the All-commits mailing list