mirror of
https://github.com/bminor/binutils-gdb.git
synced 2026-02-05 11:21:30 +00:00
lto-wrapper warning note
Current gcc adds a note to the LTO "using serial compilation" warning. * lib/binutils-common.exp (prune_warnings_extra): Remove lto-wrapper note.
This commit is contained in:
@@ -755,6 +755,7 @@ proc prune_warnings_extra { text } {
|
||||
|
||||
# Ignore LTO warnings triggered by configuring with --enable-pgo-build=lto.
|
||||
regsub -all "(^|\n)(\[^\n\]*lto-wrapper: warning: using serial compilation of \[0-9\]+ LTRANS jobs\[^\n\]*\n?)+" $text "\\1" text
|
||||
regsub -all "(^|\n)(\[^\n\]*lto-wrapper: note: \[^\n\]*\n?)+" $text "\\1" text
|
||||
|
||||
return $text
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user