https://github.com/jrtc27 created https://github.com/llvm/llvm-project/pull/171192
Rather than trying to infer deep down in AArch64::relocate whether we need to actually write anything or not, we should instead mark the relocations that we no longer want so we don't actually apply them. This is similar to how X86_64::deleteFallThruJmpInsn works, although given the target is still valid we don't need to mess with the offset, just the expr. _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
