Remove extraneous printing of "-PC".
authorOwen Anderson <resistor@mac.com>
Tue, 25 Oct 2011 20:44:00 +0000 (20:44 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 25 Oct 2011 20:44:00 +0000 (20:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142970 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Object/MachOObjectFile.cpp

index a4d7cb542fb764542543fbbd0e245322acaead31..9abdc8bdad24436d2ec9dd02f2788229dfc14461 100644 (file)
@@ -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";