[llvm-dev] Is MCRelocationInfo::createExprForRelocation used out of tree?
Pete Cooper via llvm-dev
llvm-dev at lists.llvm.org
Tue Jan 12 13:07:04 PST 2016
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