Skip to content

Commit 1351eba

Browse files
Fix comment
1 parent 56bb603 commit 1351eba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractorSimple.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// Non relocating, low-level dwarf-data extractor. Suitable for use from
10-
// libraries that cannot have build-time dependencies on relocation providers.
11-
129
#ifndef LLVM_DEBUGINFO_DWARF_DWARFDATAEXTRACTORSIMPLE_H
1310
#define LLVM_DEBUGINFO_DWARF_DWARFDATAEXTRACTORSIMPLE_H
1411

@@ -181,6 +178,9 @@ class DWARFDataExtractorBase : public DataExtractor {
181178
}
182179
};
183180

181+
// Non relocating, low-level dwarf-data extractor. Suitable for use from
182+
// libraries that cannot have build-time dependencies on relocation providers.
183+
184184
class DWARFDataExtractorSimple
185185
: public DWARFDataExtractorBase<DWARFDataExtractorSimple> {
186186
using DWARFDataExtractorBase::DWARFDataExtractorBase;

0 commit comments

Comments
 (0)