[PATCH] Partial RelocVisitor support for Darwin

Keno Fischer kfischer at college.harvard.edu
Tue Jun 3 15:24:09 PDT 2014


Hi echristo,

This supports as much as I have a test case for. The other relocations should be straightforward, but I'd prefer somebody with an actual use case to do that.

    This is issue #16675

There's also the issue that we have two different and disjoint implementations of the relocations for all file formats. One in RuntimeDyld and one here. It would be good to combine those.

http://reviews.llvm.org/D4010

Files:
  include/llvm/Object/COFF.h
  include/llvm/Object/ELFObjectFile.h
  include/llvm/Object/MachO.h
  include/llvm/Object/ObjectFile.h
  include/llvm/Object/RelocVisitor.h
  lib/DebugInfo/DWARFContext.cpp
  lib/Object/COFFObjectFile.cpp
  lib/Object/MachOObjectFile.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4010.10065.patch
Type: text/x-patch
Size: 10161 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140603/7bb665b8/attachment.bin>


More information about the llvm-commits mailing list