Remembered to NULL out the symbol, which was
causing testsuite crashes. llvm-svn: 150125
This commit is contained in:
parent
4dcad1437c
commit
acda6789df
|
|
@ -98,7 +98,8 @@ public:
|
||||||
m_named_decl (NULL),
|
m_named_decl (NULL),
|
||||||
m_llvm_value (NULL),
|
m_llvm_value (NULL),
|
||||||
m_lldb_value (NULL),
|
m_lldb_value (NULL),
|
||||||
m_lldb_var ()
|
m_lldb_var (),
|
||||||
|
m_lldb_sym (NULL)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue