[all-commits] [llvm/llvm-project] 6b623a: [SHT_LLVM_BB_ADDR_MAP] Remove support for versions...
Rahman Lavaee via All-commits
all-commits at lists.llvm.org
Wed Jul 2 10:32:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b623a6622707ea47d84ab0069f766215a6fec44
https://github.com/llvm/llvm-project/commit/6b623a6622707ea47d84ab0069f766215a6fec44
Author: Rahman Lavaee <rahmanl at google.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M llvm/docs/Extensions.rst
M llvm/docs/ReleaseNotes.md
M llvm/include/llvm/BinaryFormat/ELF.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/MC/MCSectionELF.cpp
M llvm/lib/Object/ELF.cpp
M llvm/lib/Object/ELFObjectFile.cpp
M llvm/lib/ObjectYAML/ELFYAML.cpp
M llvm/test/tools/llvm-objdump/X86/elf-bbaddrmap-disassemble-symbolize-operands.yaml
M llvm/unittests/Object/ELFObjectFileTest.cpp
Log Message:
-----------
[SHT_LLVM_BB_ADDR_MAP] Remove support for versions 1 and 0 (SHT_LLVM_BB_ADDR_MAP_V0). (#146186)
Version 2 was added more than two years ago
(https://github.com/llvm/llvm-project/commit/6015a045d768feab3bae9ad9c0c81e118df8b04a).
So it should be safe to deprecate older versions.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list