Add built-in-setjmp.c and pr84521.c to blacklist because LoongArch
backend doesn't support __builtin_longjmp/__builtin_setjmp for now.
Like Mips and SystemZ, LoongArch supports lowering RETURNADDR and
FRAMEADDR for a current frame only. 20030323-1.c invokes
__builtin_return_address with non-zero argument. So add it to
blacklist.
Depends on D138102