mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Fix freebsd build
This commit is contained in:
parent
43cf88a86e
commit
e88fe37d92
@ -389,7 +389,7 @@ constexpr std::pair<std::string_view, std::string_view> replacements[]
|
||||
// Demangle @c symbol_name if it's not from __functional header (as such functions don't provide any useful
|
||||
// information but pollute stack traces).
|
||||
// Replace parts from @c replacements with shorter aliases
|
||||
static String demangleAndCollapseNames(std::optional<std::string_view> file, const char * const symbol_name)
|
||||
String demangleAndCollapseNames(std::optional<std::string_view> file, const char * const symbol_name)
|
||||
{
|
||||
if (!symbol_name)
|
||||
return "?";
|
||||
|
Loading…
Reference in New Issue
Block a user