If a symbol points to the end of a fragment, instead of searching for fixups in that fragment, search in the next fragment.
Fixes spurious assembler error with subtarget change next to "la" pseudo-instruction, or expanded equivalent.
Alternate proposal to fix the problem discussed in https://reviews.llvm.org/D58759.
Perhaps I'm missing something, but I don't quite follow why this change (AUIPCSRE->findAssociatedFragment() -> AUIPCSymbol->getFragment()) was made?