[mach-o] fix typos. No function change

llvm-svn: 222199
This commit is contained in:
Nick Kledzik 2014-11-18 00:30:20 +00:00
parent 60db3549e2
commit 68c42ecae0
1 changed files with 1 additions and 5 deletions

View File

@ -717,11 +717,7 @@ void ArchHandler_arm64::appendSectionRelocations(
ARM64_RELOC_TLVP_LOAD_PAGEOFF12 | rExtern | rLength4);
return;
case pointer64:
if (ref.target()->name().empty())
appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0,
ARM64_RELOC_UNSIGNED | rLength8);
else
appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0,
appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0,
ARM64_RELOC_UNSIGNED | rExtern | rLength8);
return;
case delta64: