diff --git a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp b/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp index 05cc7172d703..f5a36209d01d 100644 --- a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp +++ b/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp @@ -124,7 +124,7 @@ AuxVector::DumpToLog(Log *log) const const char * AuxVector::GetEntryName(EntryType type) { - const char *name; + const char *name = "AT_???"; #define ENTRY_NAME(_type) _type: name = #_type switch (type)