]> granicus.if.org Git - llvm/commit
[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)
commit57b9d72d71b5a7596cd608731b60e4558c0e10d7
tree8efa8911637d507b765dbbaddcf1d40b664fc443
parent3e1adcbab289e882307479f3581d06a54e60e539
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360830 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JITLink/MachOAtomGraphBuilder.cpp