[all-commits] [llvm/llvm-project] aeec96: Revert "Encode address offsets of basic blocks rel...
Rahman Lavaee via All-commits
all-commits at lists.llvm.org
Thu Feb 24 13:31:29 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aeec9671fb4cb0b3b221f0954a81f0cdb4b4764c
https://github.com/llvm/llvm-project/commit/aeec9671fb4cb0b3b221f0954a81f0cdb4b4764c
Author: Rahman Lavaee <rahmanl at google.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/BasicBlockSections.cpp
M llvm/test/CodeGen/X86/basic-block-sections-labels.ll
M llvm/test/tools/llvm-readobj/ELF/bb-addr-map.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
Revert "Encode address offsets of basic blocks relative to the end of the previous basic blocks."
This reverts commit 029283c1c0d8d06fbf000f5682c56b8595a1101f.
The code in `ELFFile::decodeBBAddrMap` was not changed in the submitted patch.
Differential Revision: https://reviews.llvm.org/D120457
More information about the All-commits
mailing list