[all-commits] [llvm/llvm-project] 298e18: [Orc][LLJIT] Use JITLink even if a custom JITTarge...

lhames via All-commits all-commits at lists.llvm.org
Wed Dec 18 14:18:38 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 298e183e813c884dd22816383405bae3ef9ef278
      https://github.com/llvm/llvm-project/commit/298e183e813c884dd22816383405bae3ef9ef278
  Author: Lang Hames <lhames at gmail.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp

  Log Message:
  -----------
  [Orc][LLJIT] Use JITLink even if a custom JITTargetMachineBuilder is supplied.

LLJITBuilder will now use JITLink on supported platforms even if a custom
JITTargetMachineBuilder is supplied, provided that neither the code model,
nor the relocation model, nor the ObjectLinkingLayerCreator is set.




More information about the All-commits mailing list