[lldb] Sidestep -Wformat warning by using LLDB_LOG instead of LLDB_LOGF
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 20 Mar 2023 17:30:42 +0000 (10:30 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 20 Mar 2023 17:32:02 +0000 (10:32 -0700)
commite4f62da8129d9632d77fd4db5cf8caede0a1e5a6
treef9e195fbdd7654ac331d5874e7d07989fe0d9315
parent4e298c32d558cbe7059bb90e4306c22c6702016e
[lldb] Sidestep -Wformat warning by using LLDB_LOG instead of LLDB_LOGF

Fixes warning: format specifies type 'unsigned long' but the argument
has type 'DataType' (aka 'unsigned long long') [-Wformat]
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp