[llvm] [SHT_LLVM_BB_ADDR_MAP] Remove support for versions 1 and 0 (SHT_LLVM_BB_ADDR_MAP_V0). (PR #146186)

Rahman Lavaee via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 2 09:52:52 PDT 2025


================
@@ -273,6 +273,7 @@ Changes to the LLVM tools
 * In llvm-objcopy/llvm-strip's ELF port, `--discard-locals` and `--discard-all` now allow and preserve symbols referenced by relocations.
   ([#47468](https://github.com/llvm/llvm-project/issues/47468))
 * llvm-addr2line now supports a `+` prefix when specifying an address.
+* Support for `SHT_LLVM_BB_ADDR_MAP` versions 1 and lower is dropped.
----------------
rlavaee wrote:

Done. Thanks for the review.

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


More information about the llvm-commits mailing list