R_PPC64_REL24 relocation is able to branch directly if the displacement of the branching target is within int26 range. If not, we have to create a stub to perform indirect branching.
This patch assumes all local branching need a stub and optimize it via a PreFixupPass.
Since rtdyld for ppc64 has handled such case, now we implement it for jitlink for ppc64.