[all-commits] [llvm/llvm-project] f18915: [Propeller][ELF] Add Doxygen comment for decodeBBA...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Mar 13 15:16:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f18915da1d64646a0c663a61368b30b71a494461
https://github.com/llvm/llvm-project/commit/f18915da1d64646a0c663a61368b30b71a494461
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M llvm/include/llvm/Object/ELF.h
Log Message:
-----------
[Propeller][ELF] Add Doxygen comment for decodeBBAddrMap
Adds a doxygen comment on decodeBBAddrMap specifying what it does as well
as some requirements that need to be met when calling it (especially
the condition of passing in a relocation section when the ELFFile is
relocatable).
Differential Revision: https://reviews.llvm.org/D145989
More information about the All-commits
mailing list