Skip to content

Commit 684cc4f

Browse files
Merge pull request #3885 from adrian-prantl/88359129
Fix build warning
2 parents 4cfc5b8 + 5dcac77 commit 684cc4f

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)