diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp index 92076d75bc5d..cc83190cd49b 100644 --- a/lldb/source/Commands/CommandObjectTarget.cpp +++ b/lldb/source/Commands/CommandObjectTarget.cpp @@ -4049,7 +4049,7 @@ protected: ModuleSP symfile_module_sp (new Module (symfile_spec, target->GetArchitecture())); const UUID &symfile_uuid = symfile_module_sp->GetUUID(); StreamString ss_symfile_uuid; - symfile_module_sp->GetUUID().Dump(&ss_symfile_uuid); + symfile_uuid.Dump(&ss_symfile_uuid); if (symfile_module_sp) {