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

Lang Hames via All-commits all-commits at lists.llvm.org
Tue Oct 8 22:57:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3dba4ca155e0b460ca82917b25d3624eb5825940
      https://github.com/llvm/llvm-project/commit/3dba4ca155e0b460ca82917b25d3624eb5825940
  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/MachOPlatform.cpp

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

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