[all-commits] [llvm/llvm-project] e7e13c: [ORC] Fix another error fall-through in EPCGeneric...

Lang Hames via All-commits all-commits at lists.llvm.org
Thu May 9 23:21:28 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7e13c6ffec58fe67a23d173387e96d5ebb8f84b
      https://github.com/llvm/llvm-project/commit/e7e13c6ffec58fe67a23d173387e96d5ebb8f84b
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-05-10 (Fri, 10 May 2024)

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

  Log Message:
  -----------
  [ORC] Fix another error fall-through in EPCGenericDylibManager::lookupAsync.

The early return added in this commit should have been added in cbf1535cc81.

No test-case: This would require a deliberately injected failure in a
remote-JIT test and we don't have the infrastructure for that at the moment.

rdar://126772381



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