Skip to content

Commit 1999664

Browse files
adrian-prantlshahmishal
authored andcommitted
Revert "[LLDB] Adapt LLDB for serailization flag change GH88239"
This reverts commit a2f8e46. The automerger should not have succeeded merging this commit.
1 parent 0016021 commit 1999664

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,6 @@ void SwiftASTContext::SetCompilerInvocationLLDBOverrides() {
10671067
// to avoid crashing due to module recovery issues.
10681068
swift::LangOptions &lang_opts = m_compiler_invocation_up->getLangOptions();
10691069
lang_opts.AllowDeserializingImplementationOnly = true;
1070-
lang_opts.DisableDeserializationOfExplicitPaths = false;
10711070
lang_opts.DebuggerSupport = true;
10721071

10731072
// ModuleFileSharedCore::getTransitiveLoadingBehavior() has a

0 commit comments

Comments
 (0)