diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Object/MachOObjectFile.cpp | 1 | 
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);  | 

