[all-commits] [llvm/llvm-project] f22c9d: [ORC] Single-symbol convenience method does not ne...

Lang Hames via All-commits all-commits at lists.llvm.org
Tue Oct 29 11:13:13 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f22c9ddb36dca84547212e087de3319dcc6bea49
      https://github.com/llvm/llvm-project/commit/f22c9ddb36dca84547212e087de3319dcc6bea49
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-10-29 (Tue, 29 Oct 2024)

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

  Log Message:
  -----------
  [ORC] Single-symbol convenience method does not need to be virtual.

This convenience method just calls the general case which is already virtual.


  Commit: 9e37cbb469c0ec2fdbf4e3e7b0d9a2938ac30b01
      https://github.com/llvm/llvm-project/commit/9e37cbb469c0ec2fdbf4e3e7b0d9a2938ac30b01
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-10-29 (Tue, 29 Oct 2024)

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

  Log Message:
  -----------
  [ORC] Add some missing FIXMEs, move a temporary Error into an if condition.


Compare: https://github.com/llvm/llvm-project/compare/cdacc9b5c7ec...9e37cbb469c0

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