aboutsummaryrefslogtreecommitdiff
path: root/tools/dsymutil/DwarfLinker.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dsymutil/DwarfLinker.h')
-rw-r--r--tools/dsymutil/DwarfLinker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dsymutil/DwarfLinker.h b/tools/dsymutil/DwarfLinker.h
index 4097acc568ad..b1a950ff0fa2 100644
--- a/tools/dsymutil/DwarfLinker.h
+++ b/tools/dsymutil/DwarfLinker.h
@@ -183,7 +183,7 @@ private:
/// keep. Store that information in \p CU's DIEInfo.
///
/// The return value indicates whether the DIE is incomplete.
- bool lookForDIEsToKeep(RelocationManager &RelocMgr, RangesTy &Ranges,
+ void lookForDIEsToKeep(RelocationManager &RelocMgr, RangesTy &Ranges,
const UnitListTy &Units, const DWARFDie &DIE,
const DebugMapObject &DMO, CompileUnit &CU,
unsigned Flags);