Skip to content

Commit a259c61

Browse files
Update lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
Co-authored-by: Jonas Devlieghere <[email protected]> (cherry picked from commit ac7bcb5)
1 parent b1b040a commit a259c61

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
@@ -3973,7 +3973,7 @@ SwiftASTContext::GetModuleImportProgressRAII(std::string category) {
39733973
category);
39743974
}
39753975

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

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

0 commit comments

Comments
 (0)