[all-commits] [llvm/llvm-project] c0e4fc: [ORC] Simplify DylibManager::lookupSymbols, remove...

Lang Hames via All-commits all-commits at lists.llvm.org
Mon Jun 1 19:52:08 PDT 2026


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

  Changed paths:

  Log Message:
  -----------
  [ORC] Simplify DylibManager::lookupSymbols, remove LookupRequest. (#195954)

DylibManager::lookupSymbols used to take an array of LookupRequests,
where each request specified a handle and list of symbols to lookup
within that handle.

This commit replaces the array of lookup requests with a single handle
and list of symbols passed directly to lookupSymbols.

In practice all clients were passing a singlton array anyway, and
simplifying this signature significantly simplifies implementations.



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