[llvm-branch-commits] [llvm-objcopy] Support CREL (PR #97521)

David Blaikie via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 3 08:40:07 PDT 2024


https://github.com/dwblaikie commented:

Not that the patch is especially long/complicated, but could be split into the refactor/move of the MC function, then the new usage, if you like (usual reasons - smaller patches are easier to root cause, functionality can be reverted without thrashing the refactored code (or refactored code can be reverted if issues are found in that before the usage goes in), etc)

https://github.com/llvm/llvm-project/pull/97521


More information about the llvm-branch-commits mailing list