[PATCH] D50995: [COFF] Expose a easier helper function for getting names for relocation types

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 20 13:40:33 PDT 2018


mstorsjo created this revision.
mstorsjo added reviewers: rnk, ruiu, pcc.

The existing method is protected, and requires using DataRefImpl and SmallVector.

This will be used by LLD.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D50995

Files:
  include/llvm/Object/COFF.h
  lib/Object/COFFObjectFile.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50995.161554.patch
Type: text/x-patch
Size: 3754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180820/617b27f0/attachment.bin>


More information about the llvm-commits mailing list