From: Owen Anderson Date: Tue, 25 Oct 2011 20:44:00 +0000 (+0000) Subject: Remove extraneous printing of "-PC". X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c8aa726ec22a362bf9fe0d81fdcf68a48bfc999f;p=oota-llvm.git Remove extraneous printing of "-PC". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142970 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Object/MachOObjectFile.cpp b/lib/Object/MachOObjectFile.cpp index a4d7cb542fb..9abdc8bdad2 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";