mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
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:
@@ -30,3 +30,7 @@ ExpressionVariable::GetValueBytes()
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
PersistentExpressionState::~PersistentExpressionState ()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user