[lld] [LLD][MinGW] Add support for wrapped symbols on ARM64X (PR #126296)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 12:58:09 PST 2025
mstorsjo wrote:
> I just noticed it in the code, no actual use. I generally went through the entire code looking for things to change. My thinking was that skipping such cases would make things less consistent, but I don't mind skipping them if you prefer a more pragmatic approach. I don't have any more such cases in my queue, remaining changes that are more practical.
No, I think it's probably fine to do; I agree that it's good to go through the code to catch cases like this, to make them consistent.
I'm trying to feel how one would be using wrap on arm64x and what the logical behaviour would be. Practically, doing it for both sides feels most logical. I think it's possible that one could want to do it for only one side though, but it'd be messy to express this (so if one wants to do that, it's possible that one would need to supply suitable dummy symbols for the other side).
So I think it's fine to merge this!
https://github.com/llvm/llvm-project/pull/126296
More information about the llvm-commits
mailing list