RESOLVED FIXED 181133
generate_offset_extractor.rb should not print to stderr by default
https://bugs.webkit.org/show_bug.cgi?id=181133
Summary generate_offset_extractor.rb should not print to stderr by default
Michael Catanzaro
Reported 2017-12-22 11:53:40 PST
Currently we have a build that is completely quiet between CMake time and install time, with the sole exception of generate_offset_extractor.rb, which always prints one line to stderr: [206/2826] Generating ../../DerivedSou...s/JavaScriptCore/LLIntDesiredOffsets.h Only dealing with backends: ["X86_64"] It doesn't seem to be adding any value. Can we just get rid of it?
Attachments
Patch (1.39 KB, patch)
2017-12-22 11:55 PST, Michael Catanzaro
no flags
Michael Catanzaro
Comment 1 2017-12-22 11:55:00 PST
Mark Lam
Comment 2 2017-12-22 12:06:49 PST
(In reply to Michael Catanzaro from comment #0) > Currently we have a build that is completely quiet between CMake time and > install time, with the sole exception of generate_offset_extractor.rb, which > always prints one line to stderr: > > [206/2826] Generating > ../../DerivedSou...s/JavaScriptCore/LLIntDesiredOffsets.h > Only dealing with backends: ["X86_64"] > > It doesn't seem to be adding any value. Can we just get rid of it? Fil added this back in r172777. I suspect it is to aid in debugging whether the offlineasm successfully generated the expected backends (this is meaningful for builds that generate code for supporting multiple backends). That said, I think that code in the offlineasm has been stable for years now, and it isn't that hard to add this print back should we need to debug this in the future. So, I do not object to removing it.
WebKit Commit Bot
Comment 3 2017-12-22 12:30:27 PST
Comment on attachment 330135 [details] Patch Clearing flags on attachment: 330135 Committed r226270: <https://trac.webkit.org/changeset/226270>
WebKit Commit Bot
Comment 4 2017-12-22 12:30:28 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2017-12-22 12:31:26 PST
Note You need to log in before you can comment on or make changes to this bug.