[all-commits] [llvm/llvm-project] e429cf: [ORC] Always use ObjectLinkingLayer/JITLink for Ma...

lhames via All-commits all-commits at lists.llvm.org
Fri Jun 5 21:09:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e429cffd4f228f70c1d9df0e5d77c08590dd9766
      https://github.com/llvm/llvm-project/commit/e429cffd4f228f70c1d9df0e5d77c08590dd9766
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

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

  Log Message:
  -----------
  [ORC] Always use ObjectLinkingLayer/JITLink for MachO on x86-64 and arm64.

JITLink supports all code and relocation models, so there's no reason to
conditionalize using JITLink on the code or relocation model settings.

Clients wanting to use RTDyldObjectLinkingLayer/RuntimeDyld will now
need to use a custom object linking layer creator.




More information about the All-commits mailing list