]> granicus.if.org Git - llvm/commit
[JITLink] Fix MachO/arm64 GOTPAGEOFF encoding.
authorLang Hames <lhames@gmail.com>
Fri, 11 Oct 2019 01:50:31 +0000 (01:50 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 11 Oct 2019 01:50:31 +0000 (01:50 +0000)
commit76392d9eda0f48dd03255d9123cfe958b5ae453e
tree56c56f64ceba7ac10eb8412bdd69fa2aa94df128
parent589b4cb58778822b4e28a14dcd22d35f0c73a892
[JITLink] Fix MachO/arm64 GOTPAGEOFF encoding.

The original implementation failed to shift the immediate down.

This should fix some of the bot failures due to r374476.

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