[webkit-changes] [WebKit/WebKit] 0579d0: The --export-compile-commands option for build-web...
ChangSeok Oh
noreply at github.com
Tue Nov 7 13:40:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0579d0e2c508a74054d935809ff429b4caad7ee2
https://github.com/WebKit/WebKit/commit/0579d0e2c508a74054d935809ff429b4caad7ee2
Author: ChangSeok Oh <changseok at webkit.org>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M Tools/Scripts/build-webkit
M Tools/Scripts/webkitdirs.pm
M Tools/Scripts/webkitperl/BuildSubproject.pm
Log Message:
-----------
The --export-compile-commands option for build-webkit is broken.
https://bugs.webkit.org/show_bug.cgi?id=264239
Reviewed by Elliott Williams.
The build-webkit with --export-compile-commands on macOS does not produce
compile_commands.json. In bug 235686 [1], we added the support of exporting
compile_commands.json to the make build. This change brings the same
support into the build-webkit script.
[1] https://webkit.org/b/235686
* Tools/Scripts/build-webkit:
* Tools/Scripts/webkitdirs.pm:
(XcodeExportCompileCommandsOptions):
* Tools/Scripts/webkitperl/BuildSubproject.pm:
Canonical link: https://commits.webkit.org/270348@main
More information about the webkit-changes
mailing list