[llvm-dev] Is MCRelocationInfo::createExprForRelocation used out of tree?

Pete Cooper via llvm-dev llvm-dev at lists.llvm.org
Thu Jan 14 13:54:48 PST 2016


Hi Jim, Rafael

As respective code owner and frequent committer to MC, any thoughts on this?

Cheers,
Pete
> On Jan 12, 2016, at 1:07 PM, Pete Cooper <peter_cooper at apple.com> wrote:
> 
> Hi all
> 
> The virtual method MCRelocationInfo::createExprForRelocation doesn’t appear to have any callers.  Is anyone using it out of tree?
> 
> In tree, its overridden in X86ELFRelocationInfo.cpp and X86MachORelocationInfo.cpp, but those overrides have 0% coverage (http://llvm.org/reports/coverage/lib/Target/X86/MCTargetDesc/X86MachORelocationInfo.cpp.gcov.html)
> 
> I’d like to delete these methods and files, assuming they aren’t somehow in use out of tree.
> 
> Thoughts?
> 
> Thanks,
> Pete



More information about the llvm-dev mailing list