[all-commits] [llvm/llvm-project] ca04d7: [ORC] DLLImportDefinitionGenerator should use Look...

Lang Hames via All-commits all-commits at lists.llvm.org
Mon Jun 23 18:51:58 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca04d74564d7dcf1d462f9746ffebde30c45db5e
      https://github.com/llvm/llvm-project/commit/ca04d74564d7dcf1d462f9746ffebde30c45db5e
  Author: Lang Hames <lhames at gmail.com>
  Date:   2025-06-24 (Tue, 24 Jun 2025)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp

  Log Message:
  -----------
  [ORC] DLLImportDefinitionGenerator should use LookupKind::Static.

LookupKind::DLSym should only be used for lookups issued on behalf of the ORC
runtime's emulated dlsym operation.

This should fix a bug where ORC runtime clients are unable to access functions
exported by the runtime.

https://github.com/llvm/llvm-project/issues/145296



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