Displaying 3 results from an estimated 3 matches for "x86elfrelocationinfo".
2016 Jan 12
2
Is MCRelocationInfo::createExprForRelocation used out of tree?
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
2016 Jan 15
2
Is MCRelocationInfo::createExprForRelocation used out of tree?
...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.
>>
>&g...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...mpiling Execution.cpp for Release+Asserts build
make[3]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/CodeGen/MIRParser'
llvm[2]: Compiling AggressiveAntiDepBreaker.cpp for Release+Asserts build
llvm[4]: Compiling X86ELFObjectWriter.cpp for Release+Asserts build
llvm[4]: Compiling X86ELFRelocationInfo.cpp for Release+Asserts build
llvm[3]: Compiling SCCP.cpp for Release+Asserts build
llvm[4]: Compiling X86MCAsmInfo.cpp for Release+Asserts build
llvm[2]: Compiling AllocationOrder.cpp for Release+Asserts build
llvm[3]: Compiling ExternalFunctions.cpp for Release+Asserts build
llvm[4]: Compiling X8...