DavidSpickett wrote: > I see. I think you want me to replace all tem like filter -> filtee, filtee > -> filter, right? As they match the view in LLDB. But I think it causes some > misunderstanding while somebody is trying to read the ELF spec to understand > this code segment.
No, keep them as they are. From the static linker perspective it makes sense and even if it didn't, it's what the spec calls them so we should stick with them. https://github.com/llvm/llvm-project/pull/208905 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
