mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
22c328969d
When a landing pad is calculated in a program that is compiled for micromips with -fPIC flag, it will point to an even address. Such an error will cause a segmentation fault, as the instructions in micromips are aligned on odd addresses. This patch sets the last bit of the offset where a landing pad is, to 1, which will effectively be an odd address and point to the instruction exactly. r344591 fixed this issue for -static compilation. Patch by Aleksandar Beserminji. Differential Revision: https://reviews.llvm.org/D57677 llvm-svn: 353480 |
||
---|---|---|
.. | ||
delay-slot.ll | ||
dsr-fixed-objects.ll | ||
dsr-non-fixed-objects.ll | ||
dwarfdump-tls.ll | ||
eh_frame.ll | ||
fn-call-line.ll | ||
InlinedFnLocalVar.ll | ||
lit.local.cfg | ||
processes-relocations.ll | ||
prologue_end.ll | ||
tls.ll |