forked from OSchip/llvm-project
parent
834b45129b
commit
205e5f656b
|
@ -234,7 +234,7 @@ Address *AppleObjCRuntime::GetPrintForDebuggerAddr() {
|
|||
return m_PrintForDebugger_addr.get();
|
||||
}
|
||||
|
||||
bool AppleObjCRuntime::CouldHaveDynamicValue(ValueObject &in_value) {
|
||||
bool AppleObjCRuntime::CouldHaveDynamicValue(ValueObject &in_value) {
|
||||
return in_value.GetCompilerType().IsPossibleDynamicType(
|
||||
NULL,
|
||||
false, // do not check C++
|
||||
|
|
Loading…
Reference in New Issue