[all-commits] [llvm/llvm-project] 426140: [JITLink] Error instead of asserting on unrecogniz...

lhames via All-commits all-commits at lists.llvm.org
Sat Apr 16 18:52:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 42614062e21d05f94db878e9cd120e518c50633c
      https://github.com/llvm/llvm-project/commit/42614062e21d05f94db878e9cd120e518c50633c
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-04-16 (Sat, 16 Apr 2022)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
    M llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp

  Log Message:
  -----------
  [JITLink] Error instead of asserting on unrecognized edge kinds.

It's idiomatic to require that plugins (especially platform plugins) be
installed to handle special edge kinds. If the plugins are not installed and an
object is loaded that uses one of the special edge kinds then we want to error
out rather than asserting.




More information about the All-commits mailing list