Tim Northover 2afe4becec AArch64: make sure jump table entries can reach entire image
This turns all jump table entries into deltas within the target
function because in the small memory model all code & static data must
be in a 4GB block somewhere in memory.

When the entries were a delta between the table location and a basic
block, the 32-bit signed entries are not enough to guarantee
reachability.

https://reviews.llvm.org/D87286
2020-09-18 09:50:40 +01:00
..
2020-08-28 17:07:25 -07:00
2020-08-17 16:02:11 -04:00
2020-09-17 16:02:35 -07:00
2020-08-17 17:26:52 +09:00