mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-02 16:54:58 +00:00
Remove the static version of getScatteredRelocationType() now that r221211 added
a public version MachOObjectFile::getScatteredRelocationType(). This should fix the build bot for the unused function error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221216 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d282ca71b0
commit
957d027c5e
@ -219,11 +219,6 @@ static unsigned getPlainRelocationType(const MachOObjectFile *O,
|
||||
return RE.r_word1 & 0xf;
|
||||
}
|
||||
|
||||
static unsigned
|
||||
getScatteredRelocationType(const MachO::any_relocation_info &RE) {
|
||||
return (RE.r_word0 >> 24) & 0xf;
|
||||
}
|
||||
|
||||
static uint32_t getSectionFlags(const MachOObjectFile *O,
|
||||
DataRefImpl Sec) {
|
||||
if (O->is64Bit()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user