forked from OSchip/llvm-project
parent
bf72f2ca19
commit
377137e2ed
|
@ -828,7 +828,6 @@ error_code MachOObjectFile::getRelocationValueString(DataRefImpl Rel,
|
|||
report_fatal_error(ec.message());
|
||||
|
||||
fmt << Name << "-" << SucName;
|
||||
if (isPCRel) fmt << "-PC";
|
||||
}
|
||||
case 6: // X86_64_RELOC_SIGNED1
|
||||
fmt << Name << "-1";
|
||||
|
|
Loading…
Reference in New Issue