aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Object/MachOObjectFile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Object/MachOObjectFile.cpp b/lib/Object/MachOObjectFile.cpp
index a4d7cb542f..9abdc8bdad 100644
--- a/lib/Object/MachOObjectFile.cpp
+++ b/lib/Object/MachOObjectFile.cpp
@@ -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";