[llvm] [SHT_LLVM_BB_ADDR_MAP] Deprecate SHT_LLVM_BB_ADDR_MAP versions 0 and 1. (PR #74107)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 00:43:58 PST 2023


https://github.com/jh7370 commented:

I'll admit to not knowing how this code is used in anger, but it seems wrong to me to drop reading support of the section such that llvm-readobj can't read it anymore, especially as 9 months isn't actually all that long a period of time in my experience (we have codebases containing prebuilt binaries that are many years old, for example). There's also a difference between deprecating and dropping support entirely too, in my mind (the former is more of an announcement that support will be removed in the future). Is the old code causing a real maintenance issue?

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


More information about the llvm-commits mailing list