Skip to content

Commit 6bfa56a

Browse files
[NFC][DwarfLowLevel] Make getRelocatedValueImpl public (#160618)
Without this, the class is useless.
1 parent d68f0c2 commit 6bfa56a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ class DWARFDataExtractorBase : public DataExtractor {
179179

180180
class DWARFDataExtractorSimple
181181
: public DWARFDataExtractorBase<DWARFDataExtractorSimple> {
182+
public:
182183
using DWARFDataExtractorBase::DWARFDataExtractorBase;
183184

184185
LLVM_ABI uint64_t getRelocatedValueImpl(uint32_t Size, uint64_t *Off,

0 commit comments

Comments
 (0)