[PATCH] D74761: [DebugInfo] Remove a misleading comment for llvm::dwarf::FDE.
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 18:14:54 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG95a239be5b77: [DebugInfo] Remove a misleading comment for llvm::dwarf::FDE. (authored by ikudrin).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74761/new/
https://reviews.llvm.org/D74761
Files:
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
Index: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
===================================================================
--- llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
+++ llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
@@ -223,9 +223,6 @@
/// DWARF Frame Description Entry (FDE)
class FDE : public FrameEntry {
public:
- // Each FDE has a CIE it's "linked to". Our FDE contains is constructed with
- // an offset to the CIE (provided by parsing the FDE header). The CIE itself
- // is obtained lazily once it's actually required.
FDE(uint64_t Offset, uint64_t Length, int64_t LinkedCIEOffset,
uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie,
Optional<uint64_t> LSDAAddress, Triple::ArchType Arch)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74761.245566.patch
Type: text/x-patch
Size: 750 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200220/104f73fb/attachment.bin>
More information about the llvm-commits
mailing list