We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0016021 commit 1999664Copy full SHA for 1999664
1 file changed
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -1067,7 +1067,6 @@ void SwiftASTContext::SetCompilerInvocationLLDBOverrides() {
1067
// to avoid crashing due to module recovery issues.
1068
swift::LangOptions &lang_opts = m_compiler_invocation_up->getLangOptions();
1069
lang_opts.AllowDeserializingImplementationOnly = true;
1070
- lang_opts.DisableDeserializationOfExplicitPaths = false;
1071
lang_opts.DebuggerSupport = true;
1072
1073
// ModuleFileSharedCore::getTransitiveLoadingBehavior() has a
0 commit comments