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 7df11ff commit 2c67bafCopy full SHA for 2c67baf
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
@@ -1786,8 +1786,6 @@ void TypeSystemSwiftTypeRef::SetTriple(const llvm::Triple triple) {
1786
// This function appears to be only called via Module::SetArchitecture(ArchSpec).
1787
if (auto *swift_ast_context = GetSwiftASTContextOrNull(nullptr))
1788
swift_ast_context->SetTriple(triple);
1789
- else
1790
- m_swift_ast_context_triple = triple;
1791
}
1792
1793
void TypeSystemSwiftTypeRef::ClearModuleDependentCaches() {
0 commit comments