We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
m_swift_ast_context_triple
1 parent df177d6 commit 110ba10Copy full SHA for 110ba10
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
@@ -1980,8 +1980,6 @@ void TypeSystemSwiftTypeRef::SetTriple(const llvm::Triple triple) {
1980
// This function appears to be only called via Module::SetArchitecture(ArchSpec).
1981
if (auto *swift_ast_context = GetSwiftASTContextOrNull(nullptr))
1982
swift_ast_context->SetTriple(triple);
1983
- else
1984
- m_swift_ast_context_triple = triple;
1985
}
1986
1987
void TypeSystemSwiftTypeRef::ClearModuleDependentCaches() {
0 commit comments