1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-21 19:23:45 +01:00

[pre-commit.ci lite] apply automatic fixes

This commit is contained in:
pre-commit-ci-lite[bot]
2025-10-18 03:59:23 +00:00
committed by GitHub
parent 322dc530a9
commit bbd636a8cc

View File

@@ -311,9 +311,7 @@ class MemoryAnalyzer:
potential_cppfilt,
)
else:
_LOGGER.info(
"✗ Using system c++filt (objdump_path=%s)", self.objdump_path
)
_LOGGER.info("✗ Using system c++filt (objdump_path=%s)", self.objdump_path)
# Strip GCC optimization suffixes and prefixes before demangling
# Suffixes like $isra$0, $part$0, $constprop$0 confuse c++filt