mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Object: Fix errant fallthrough.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174079 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6f6f171972
commit
133f6b8582
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user