summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-10-25 20:44:00 +0000
committerOwen Anderson <resistor@mac.com>2011-10-25 20:44:00 +0000
commit377137e2eda8d4b04f9318a79a8caa4a26a7d173 (patch)
tree2f600ab8af2db13ed113d9e3f5f604fbf3c9d1c5 /llvm/lib/Object/MachOObjectFile.cpp
parentbf72f2ca196e0349976a7a64021026fb46e1a59b (diff)
downloadbcm5719-llvm-377137e2eda8d4b04f9318a79a8caa4a26a7d173.tar.gz
bcm5719-llvm-377137e2eda8d4b04f9318a79a8caa4a26a7d173.zip
Remove extraneous printing of "-PC".
llvm-svn: 142970
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
-rw-r--r--llvm/lib/Object/MachOObjectFile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Object/MachOObjectFile.cpp b/llvm/lib/Object/MachOObjectFile.cpp
index a4d7cb542fb..9abdc8bdad2 100644
--- a/llvm/lib/Object/MachOObjectFile.cpp
+++ b/llvm/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";
OpenPOWER on IntegriCloud