[all-commits] [llvm/llvm-project] adaadb: [JITLink][MachO] Return an error when MachO TLV re...

lhames via All-commits all-commits at lists.llvm.org
Thu Aug 13 11:19:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: adaadbfeac98ab9d5ce34b8bb2ceedddc5dc1fd4
      https://github.com/llvm/llvm-project/commit/adaadbfeac98ab9d5ce34b8bb2ceedddc5dc1fd4
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp

  Log Message:
  -----------
  [JITLink][MachO] Return an error when MachO TLV relocations are encountered.

MachO TLV relocations aren't supported yet. Error out rather than falling
through to llvm_unreachable.


  Commit: e137b550587a85b0d9c9c539edc79de0122b6946
      https://github.com/llvm/llvm-project/commit/e137b550587a85b0d9c9c539edc79de0122b6946
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M llvm/tools/llvm-jitlink/llvm-jitlink.cpp

  Log Message:
  -----------
  [llvm-jitlink] Don't demote unreferenced definitions in -harness mode.

Demoting unreferenced externals is unsafe if multiple interdependent test
objects are used, including objects loaded from archives.


Compare: https://github.com/llvm/llvm-project/compare/bd2853f7998d...e137b550587a


More information about the All-commits mailing list