[all-commits] [llvm/llvm-project] 21939c: [ORC] Fix type name in comments. NFC.

Lang Hames via All-commits all-commits at lists.llvm.org
Sat Feb 22 23:16:35 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21939c4c2eb51a0561e8c22c77073e762b722133
      https://github.com/llvm/llvm-project/commit/21939c4c2eb51a0561e8c22c77073e762b722133
  Author: Lang Hames <lhames at gmail.com>
  Date:   2025-02-23 (Sun, 23 Feb 2025)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h

  Log Message:
  -----------
  [ORC] Fix type name in comments. NFC.


  Commit: 33f2686beda0a5e677eb0e4c386e5f72b8c2573c
      https://github.com/llvm/llvm-project/commit/33f2686beda0a5e677eb0e4c386e5f72b8c2573c
  Author: Lang Hames <lhames at gmail.com>
  Date:   2025-02-23 (Sun, 23 Feb 2025)

  Changed paths:
    M llvm/tools/llvm-jitlink/llvm-jitlink.cpp

  Log Message:
  -----------
  [llvm-jitlink] Only use candidate library extensions during library search.

While processing library link options that check search paths (-lx, -hidden-lx,
etc.) we shouldn't generate candidate paths with extensions that are invalid
for the option being visited (e.g. -hidden-lx only applies to archives, so we
shouldn't generate candidates with `.so` extensions).

Note: Candidate extensions should probably be further filtered based on the OS
of the executing process. This patch is a step in the right direction though.


Compare: https://github.com/llvm/llvm-project/compare/4efad490af2b...33f2686beda0

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