[webkit-changes] [WebKit/WebKit] 72549d: [filter-build-webkit] .resp file contents appear i...
Elliott Williams
noreply at github.com
Wed Jul 31 09:39:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 72549d74ca587988c635da3c59e3244f0efb9b4a
https://github.com/WebKit/WebKit/commit/72549d74ca587988c635da3c59e3244f0efb9b4a
Author: Elliott Williams <emw at apple.com>
Date: 2024-07-31 (Wed, 31 Jul 2024)
Changed paths:
M Tools/Scripts/filter-build-webkit
Log Message:
-----------
[filter-build-webkit] .resp file contents appear in filtered output
rdar://132608459
https://bugs.webkit.org/show_bug.cgi?id=277190
Reviewed by Abrar Rahman Protyasha.
Xcode 16 started logging the shared compiler arguments for each target
like:
WriteAuxiliaryFile ...
write-file ...
-target arm64e-apple-macos ...
That third line (the contents of the response file) is being printed by
filter-build-webkit because it's not indented. Add a state variable to
track when filter-build-webkit has seen a "write-file" token, and have
it ignore the next line.
* Tools/Scripts/filter-build-webkit:
(shouldIgnoreLine):
Canonical link: https://commits.webkit.org/281655@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list