[all-commits] [llvm/llvm-project] c6d6da: [ORC][MachO] Remove the ExecutionSession& argument...

Lang Hames via All-commits all-commits at lists.llvm.org
Tue Oct 8 14:47:08 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c6d6da4659599507b44c167f335639082f28fae6
      https://github.com/llvm/llvm-project/commit/c6d6da4659599507b44c167f335639082f28fae6
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-10-09 (Wed, 09 Oct 2024)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
    M llvm/tools/llvm-jitlink/llvm-jitlink.cpp

  Log Message:
  -----------
  [ORC][MachO] Remove the ExecutionSession& argument to MachOPlatform::Create.

We can get a reference to the ExecutionSession from the ObjectLinkingLayer
argument, so there's no need to pass it in separately.



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