diff options
Diffstat (limited to 'lib/DebugInfo/DWARFContext.h')
-rw-r--r-- | lib/DebugInfo/DWARFContext.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/DebugInfo/DWARFContext.h b/lib/DebugInfo/DWARFContext.h index c6d6283f53..687ff93b07 100644 --- a/lib/DebugInfo/DWARFContext.h +++ b/lib/DebugInfo/DWARFContext.h @@ -163,7 +163,9 @@ public: return StringOffsetDWOSection; } virtual StringRef getRangeDWOSection() { return RangeDWOSection; } - virtual const RelocAddrMap &infoDWORelocMap() const { return InfoDWORelocMap; } + virtual const RelocAddrMap &infoDWORelocMap() const { + return InfoDWORelocMap; + } }; } |