[PATCH] D133098: [MC] Fix typo in getSectionAddressSize comment. NFC
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 14 15:15:58 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8273ca1421a6: [MC] Fix typo in getSectionAddressSize comment. NFC (authored by sbc100).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133098/new/
https://reviews.llvm.org/D133098
Files:
llvm/include/llvm/MC/MCAsmLayout.h
Index: llvm/include/llvm/MC/MCAsmLayout.h
===================================================================
--- llvm/include/llvm/MC/MCAsmLayout.h
+++ llvm/include/llvm/MC/MCAsmLayout.h
@@ -83,8 +83,8 @@
/// @{
/// Get the address space size of the given section, as it effects
- /// layout. This may differ from the size reported by \see getSectionSize() by
- /// not including section tail padding.
+ /// layout. This may differ from the size reported by \see
+ /// getSectionFileSize() by not including section tail padding.
uint64_t getSectionAddressSize(const MCSection *Sec) const;
/// Get the data size of the given section, as emitted to the object
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133098.460249.patch
Type: text/x-patch
Size: 679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220914/e9cf4ce0/attachment.bin>
More information about the llvm-commits
mailing list