Skip to content

Commit

Permalink
[LLDB][NFC] Add the mojo language to Language::GetPrimaryLanguage
Browse files Browse the repository at this point in the history
This doesn't change the current behavior of the function, but the explicit declaration looks cleaner.
  • Loading branch information
walter-erquinigo authored and ZijunZhaoCCK committed Sep 19, 2023
1 parent 587fbcb commit 45ba533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/source/Target/Language.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ LanguageType Language::GetPrimaryLanguage(LanguageType language) {
case eLanguageTypeJulia:
case eLanguageTypeDylan:
case eLanguageTypeMipsAssembler:
case eLanguageTypeMojo:
case eLanguageTypeUnknown:
default:
return language;
Expand Down

0 comments on commit 45ba533

Please sign in to comment.