Skip to content

Commit 5dcac77

Browse files
committed
Fix build warning
rdar://88359129
1 parent 6eea2a7 commit 5dcac77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/source/Core/Section.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,9 @@ bool Section::ContainsOnlyDebugInfo() const {
440440
case eSectionTypeOther:
441441
return false;
442442

443+
#ifdef LLDB_ENABLE_SWIFT
444+
case eSectionTypeSwiftModules:
445+
#endif
443446
case eSectionTypeDebug:
444447
case eSectionTypeDWARFDebugAbbrev:
445448
case eSectionTypeDWARFDebugAbbrevDwo:

0 commit comments

Comments
 (0)