Fix perf-helper.py (#159745)

When build with assertions, there will be an output like the following
that needs to be filtered out, similar to the other ones.

`'Build config: +assertions'`
This commit is contained in:
Konrad Kleine
2025-09-19 16:56:29 +02:00
committed by GitHub
parent 815b1641a6
commit 50ef746a12

View File

@@ -238,6 +238,7 @@ def get_cc1_command_for_args(cmd, env):
or ln.startswith("LLVM Profile Note")
or ln.startswith(" (in-process)")
or ln.startswith("Configuration file:")
or ln.startswith("Build config:")
or " version " in ln
):
continue