Now persistent expression data no longer lives with the Target, but rather with

the corresponding TypeSystem.  This makes sense because what kind of data there
is -- and how it can be looked up -- depends on the language.

Functionality that is common to all type systems is factored out into
PersistentExpressionState.

llvm-svn: 248934
This commit is contained in:
Sean Callanan
2015-09-30 19:57:57 +00:00
parent f608111d1b
commit 8f1f9a1be3
21 changed files with 129 additions and 33 deletions

View File

@@ -30,3 +30,7 @@ ExpressionVariable::GetValueBytes()
}
return NULL;
}
PersistentExpressionState::~PersistentExpressionState ()
{
}