mirror of
https://github.com/esphome/esphome.git
synced 2025-10-22 03:33:52 +01:00
[pre-commit.ci lite] apply automatic fixes
This commit is contained in:
committed by
GitHub
parent
322dc530a9
commit
bbd636a8cc
@@ -311,9 +311,7 @@ class MemoryAnalyzer:
|
|||||||
potential_cppfilt,
|
potential_cppfilt,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
_LOGGER.info(
|
_LOGGER.info("✗ Using system c++filt (objdump_path=%s)", self.objdump_path)
|
||||||
"✗ Using system c++filt (objdump_path=%s)", self.objdump_path
|
|
||||||
)
|
|
||||||
|
|
||||||
# Strip GCC optimization suffixes and prefixes before demangling
|
# Strip GCC optimization suffixes and prefixes before demangling
|
||||||
# Suffixes like $isra$0, $part$0, $constprop$0 confuse c++filt
|
# Suffixes like $isra$0, $part$0, $constprop$0 confuse c++filt
|
||||||
|
Reference in New Issue
Block a user