mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 17:01:00 +08:00
Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.
llvm-svn: 124931
This commit is contained in:
@@ -186,7 +186,7 @@ lldb_private::operator == (const lldb_private::UUID &lhs, const lldb_private::UU
|
||||
bool
|
||||
lldb_private::operator != (const lldb_private::UUID &lhs, const lldb_private::UUID &rhs)
|
||||
{
|
||||
return ::memcmp (lhs.GetBytes(), rhs.GetBytes(), UUID::GetByteSize()) != 0;
|
||||
return ::memcmp (lhs.GetBytes(), rhs.GetBytes(), lldb_private::UUID::GetByteSize()) != 0;
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user