mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 00:10:37 +00:00
Remove extraneous printing of "-PC".
llvm-svn: 142970
This commit is contained in:
parent
fa4aca564b
commit
b3538ebf33
@ -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…
x
Reference in New Issue
Block a user