From 048d2f968403033c9f59980fe0dddfd2c8127e3f Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Thu, 31 Jan 2013 19:46:57 +0000 Subject: Object: Fix errant fallthrough. llvm-svn: 174079 --- llvm/lib/Object/MachOObjectFile.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Object/MachOObjectFile.cpp') diff --git a/llvm/lib/Object/MachOObjectFile.cpp b/llvm/lib/Object/MachOObjectFile.cpp index 0ad88934005..a8536184b75 100644 --- a/llvm/lib/Object/MachOObjectFile.cpp +++ b/llvm/lib/Object/MachOObjectFile.cpp @@ -1076,6 +1076,7 @@ error_code MachOObjectFile::getRelocationValueString(DataRefImpl Rel, printRelocationTargetName(RENext, fmt); fmt << "-"; printRelocationTargetName(RE, fmt); + break; } case macho::RIT_X86_64_TLV: printRelocationTargetName(RE, fmt); -- cgit v1.2.3