summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2013-01-31 19:46:57 +0000
committerJim Grosbach <grosbach@apple.com>2013-01-31 19:46:57 +0000
commit048d2f968403033c9f59980fe0dddfd2c8127e3f (patch)
treef97288e03c2d7946e21a45109a6500a43b3d2dc1 /llvm/lib/Object/MachOObjectFile.cpp
parent261dccac1a41aefb131545fe4a651fbd69f95abe (diff)
downloadbcm5719-llvm-048d2f968403033c9f59980fe0dddfd2c8127e3f.tar.gz
bcm5719-llvm-048d2f968403033c9f59980fe0dddfd2c8127e3f.zip
Object: Fix errant fallthrough.
llvm-svn: 174079
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
-rw-r--r--llvm/lib/Object/MachOObjectFile.cpp1
1 files changed, 1 insertions, 0 deletions
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);
OpenPOWER on IntegriCloud