[llvm] 6bfa56a - [NFC][DwarfLowLevel] Make getRelocatedValueImpl public (#160618)

via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 2 10:38:26 PDT 2025


Author: Sterling-Augustine
Date: 2025-10-02T10:38:22-07:00
New Revision: 6bfa56a29aeeb70af0039cbba25cfc7d7b2a5f6a

URL: https://github.com/llvm/llvm-project/commit/6bfa56a29aeeb70af0039cbba25cfc7d7b2a5f6a
DIFF: https://github.com/llvm/llvm-project/commit/6bfa56a29aeeb70af0039cbba25cfc7d7b2a5f6a.diff

LOG: [NFC][DwarfLowLevel] Make getRelocatedValueImpl public (#160618)

Without this, the class is useless.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/DebugInfo/DWARF/LowLevel/DWARFDataExtractorSimple.h b/llvm/include/llvm/DebugInfo/DWARF/LowLevel/DWARFDataExtractorSimple.h
index 52af205257627..ffe0b50b036ac 100644
--- a/llvm/include/llvm/DebugInfo/DWARF/LowLevel/DWARFDataExtractorSimple.h
+++ b/llvm/include/llvm/DebugInfo/DWARF/LowLevel/DWARFDataExtractorSimple.h
@@ -179,6 +179,7 @@ class DWARFDataExtractorBase : public DataExtractor {
 
 class DWARFDataExtractorSimple
     : public DWARFDataExtractorBase<DWARFDataExtractorSimple> {
+public:
   using DWARFDataExtractorBase::DWARFDataExtractorBase;
 
   LLVM_ABI uint64_t getRelocatedValueImpl(uint32_t Size, uint64_t *Off,


        


More information about the llvm-commits mailing list