[all-commits] [llvm/llvm-project] 70a3a1: [ORC] Fix the prototype of a C API function. (#139...

Tim Besard via All-commits all-commits at lists.llvm.org
Tue May 13 14:11:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70a3a1b8e5907c42f30980d61a73e15318ae1ae8
      https://github.com/llvm/llvm-project/commit/70a3a1b8e5907c42f30980d61a73e15318ae1ae8
  Author: Tim Besard <tim.besard at gmail.com>
  Date:   2025-05-14 (Wed, 14 May 2025)

  Changed paths:
    M llvm/include/llvm-c/Orc.h

  Log Message:
  -----------
  [ORC] Fix the prototype of a C API function. (#139259)

In 38d16f509a3faff3c545da5bfd5a8bcbd234ff24, the `TargetTriple` argument
was removed from the `LLVMOrcCreateStaticLibrarySearchGeneratorForPath`
without updating the C API headers. This resulted in the function being
exported without C linkage, making it impossible to use from C.

Co-authored-by: Lang Hames <lhames at gmail.com>



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