aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object
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
commit133f6b8582f12ab4fdaee3b870d4bcb12d61ca9b (patch)
tree413fa0763b3f755fb45b246a5ba88cbcf50f03c1 /lib/Object
parent6f6f17197259edbb82cc9b0d800fe0e3cb8e201c (diff)
downloadexternal_llvm-133f6b8582f12ab4fdaee3b870d4bcb12d61ca9b.zip
external_llvm-133f6b8582f12ab4fdaee3b870d4bcb12d61ca9b.tar.gz
external_llvm-133f6b8582f12ab4fdaee3b870d4bcb12d61ca9b.tar.bz2
Object: Fix errant fallthrough.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174079 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Object')
-rw-r--r--lib/Object/MachOObjectFile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Object/MachOObjectFile.cpp b/lib/Object/MachOObjectFile.cpp
index 0ad8893..a853618 100644
--- a/lib/Object/MachOObjectFile.cpp
+++ b/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);