From c7c30eb52832dc20a7afe6640ac4ab361ff9b9fe Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 8 Jun 2015 23:38:06 +0000 Subject: Revert "Introduce a TypeSystem interface to support adding non-clang languages." This seems to break expression evaluation on the linux build. llvm-svn: 239366 --- lldb/source/Core/ValueObjectMemory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Core/ValueObjectMemory.cpp') diff --git a/lldb/source/Core/ValueObjectMemory.cpp b/lldb/source/Core/ValueObjectMemory.cpp index 31a8d5c1f4f..9f1953138f6 100644 --- a/lldb/source/Core/ValueObjectMemory.cpp +++ b/lldb/source/Core/ValueObjectMemory.cpp @@ -97,7 +97,7 @@ ValueObjectMemory::ValueObjectMemory (ExecutionContextScope *exe_scope, m_clang_type(ast_type) { // Do not attempt to construct one of these objects with no variable! - assert (m_clang_type.GetTypeSystem()); + assert (m_clang_type.GetASTContext()); assert (m_clang_type.GetOpaqueQualType()); TargetSP target_sp (GetTargetSP()); -- cgit v1.2.3