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

James Henderson via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 3 00:41:43 PDT 2024


https://github.com/jh7370 commented:

I've skimmed briefly and the changes look reasonable - will look more in depth on a separate occasion when I have more time.

Not for this PR, but I wonder if there would be some benefit in a `--decode-crel` and/or `--encode-crel` option that would convert an object file to/from using CREL. I feel like this might be useful for experimentation, or for handling the case where an object was generated with CREL but needs to be usable by an older tool that doesn't understand CREL. Equally, it could be useful for retroactively encoding CREL when the feature wasn't used during original creation of the object. Thoughts?

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


More information about the llvm-branch-commits mailing list