[JITLink][MachO] Use getSymbol64TableEntry for 64-bit MachO files.
authorLang Hames <lhames@gmail.com>
Thu, 16 May 2019 00:21:07 +0000 (00:21 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 16 May 2019 00:21:07 +0000 (00:21 +0000)
commitc2fb896522fecb1f985205e78aad8fc810962934
tree160f5723ed278aef09105bd849d37e0733f2c9a0
parent8b27e9c6d4e36b8d7e9f628034c4e0cbeddd77c0
[JITLink][MachO] Use getSymbol64TableEntry for 64-bit MachO files.

Fixes a think-o. No test case: The nlist and nlist64 data structures happen to
line up for this field, so there's no way to construct a failing test case.

llvm-svn: 360830
llvm/lib/ExecutionEngine/JITLink/MachOAtomGraphBuilder.cpp