[all-commits] [llvm/llvm-project] 9d9b1b: [ORC] Fix JITLinkRedirectableSymbolManager constru...

Kai Nacke via All-commits all-commits at lists.llvm.org
Mon Oct 28 13:30:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d9b1ba951cb2c30a192aa1157ef1c022d6d145b
      https://github.com/llvm/llvm-project/commit/9d9b1ba951cb2c30a192aa1157ef1c022d6d145b
  Author: Kai Nacke <kai.peter.nacke at ibm.com>
  Date:   2024-10-28 (Mon, 28 Oct 2024)

  Changed paths:

  Log Message:
  -----------
  [ORC] Fix JITLinkRedirectableSymbolManager construction to avoid crash (#113492)

Check `AnonymousPtrCreator` and `PtrJumpStubCreator` before creating the
JITLinkRedirectableSymbolManager object. This simplifies construction, and
avoids premature registration as a resource manager in the failure case.



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