mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove extraneous printing of "-PC".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142970 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7d5b621f77
commit
c8aa726ec2
@ -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
Block a user