[all-commits] [llvm/llvm-project] cdd10c: [JITLink][MachO] Tidy up debugging output for relo...

lhames via All-commits all-commits at lists.llvm.org
Sun Jul 19 19:46:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cdd10ca2806385aa539317c03239f042cd876b93
      https://github.com/llvm/llvm-project/commit/cdd10ca2806385aa539317c03239f042cd876b93
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-07-19 (Sun, 19 Jul 2020)

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

  Log Message:
  -----------
  [JITLink][MachO] Tidy up debugging output for relocation parsing.

Identify relocations by (section name, offset) pairs, rather than plain
vmaddrs. This makes it easier to cross-reference debugging output for
relocations with output from standard object inspection tools (otool,
readelf, objdump, etc.).




More information about the All-commits mailing list