[llvm] [SHT_LLVM_BB_ADDR_MAP] Deprecate SHT_LLVM_BB_ADDR_MAP versions 0 and 1. (PR #74107)
Rahman Lavaee via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 13:06:44 PST 2023
rlavaee wrote:
> I think we should either emit a warning or return error when provided an old version so that its easier to tell the reason decode fails or gives an unexpected result.
Good idea. Added an error to indicate deprecation.
https://github.com/llvm/llvm-project/pull/74107
More information about the llvm-commits
mailing list