mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user