mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:18:14 +08:00
Unbreak lldb build broken by d941fceca8
This commit is contained in:
@@ -96,7 +96,8 @@ bool CompilerType::IsCompleteType() const {
|
||||
|
||||
bool CompilerType::IsForcefullyCompleted() const {
|
||||
if (IsValid())
|
||||
return m_type_system->IsForcefullyCompleted(m_type);
|
||||
if (auto type_system_sp = GetTypeSystem())
|
||||
return type_system_sp->IsForcefullyCompleted(m_type);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user