]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Change getRelocationAdditionalInfo to be ELF only.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 9 May 2013 03:39:05 +0000 (03:39 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 9 May 2013 03:39:05 +0000 (03:39 +0000)
commit167957fa095bc7200b908e6e142be3e604bcfeea
treee1b413b5c21bfae3e1ddaeff81e9ff75b26b2e28
parentc496875f0c205ffadcec8060e1170e1c58e4eb55
Change getRelocationAdditionalInfo to be ELF only.

It was only implemented for ELF where it collected the Addend, so this
patch also renames it to getRelocationAddend.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181502 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/COFF.h
include/llvm/Object/ELF.h
include/llvm/Object/MachO.h
include/llvm/Object/ObjectFile.h
include/llvm/Object/RelocVisitor.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/Object/COFFObjectFile.cpp
lib/Object/MachOObjectFile.cpp
test/Object/relocation-executable.test
tools/llvm-readobj/ELFDumper.cpp