[all-commits] [llvm/llvm-project] 68f31a: [ORC][Runtime] Add `dlupdate` for MachO (#97441)

SahilPatidar via All-commits all-commits at lists.llvm.org
Tue Sep 10 17:50:22 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68f31aaae95f9824e58001c7f9115034df51039e
      https://github.com/llvm/llvm-project/commit/68f31aaae95f9824e58001c7f9115034df51039e
  Author: SahilPatidar <patidarsahil2001 at gmail.com>
  Date:   2024-09-11 (Wed, 11 Sep 2024)

  Changed paths:
    M compiler-rt/lib/orc/dlfcn_wrapper.cpp
    M compiler-rt/lib/orc/macho_platform.cpp
    M compiler-rt/lib/orc/macho_platform.h
    M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp

  Log Message:
  -----------
  [ORC][Runtime] Add `dlupdate` for MachO (#97441)

With the help of @lhames, This pull request introduces the `dlupdate`
function in the ORC runtime. `dlupdate` enables incremental execution of
new initializers introduced in the REPL environment. Unlike traditional
`dlopen`, which manages initializers, code mapping, and library
reference counts, `dlupdate` focuses exclusively on running new
initializers.



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