Skip to content

Commit ac7bcb5

Browse files
Update lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent a08bf30 commit ac7bcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3921,7 +3921,7 @@ SwiftASTContext::GetModuleImportProgressRAII(std::string category) {
39213921
category);
39223922
}
39233923

3924-
static const char *g_invalid_context =
3924+
static constexpr llvm::StringLiteral g_invalid_context =
39253925
"could not initialize Swift compiler, run swift-healthcheck for more info";
39263926

39273927
llvm::Expected<swift::ModuleDecl &>

0 commit comments

Comments
 (0)