search for: x86machorelocationinfo

Displaying 3 results from an estimated 3 matches for "x86machorelocationinfo".

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?
...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? >> >>...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...sserts build llvm[3]: Building Release+Asserts Archive Library libLLVMInterpreter.a make[3]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/ExecutionEngine/Interpreter' make[3]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/ExecutionEngine/MCJIT' llvm[4]: Compiling X86MachORelocationInfo.cpp for Release+Asserts build llvm[3]: Compiling MCJIT.cpp for Release+Asserts build llvm[2]: Compiling BasicTargetTransformInfo.cpp for Release+Asserts build llvm[4]: Compiling X86MachObjectWriter.cpp for Release+Asserts build llvm[3]: Compiling SampleProfile.cpp for Release+Asserts build llvm[3]:...