[Webkit-unassigned] [Bug 235686] Generate compile_commands.json on macOS Builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 27 17:04:50 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=235686

--- Comment #9 from Brandon <brandonstewart at apple.com> ---
(In reply to Alexey Proskuryakov from comment #5)
> Comment on attachment 450103 [details]
> patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=450103&action=review
> 
> > Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:12766
> > +					"-gen-cdb-fragment-path",
> 
> I did a quick web search for this and for clang-scan-deps, but I still don't
> quite understand the overall goal. Do you need this generated always, or
> just in some specific build configuration?
> 
> > Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:12767
> > +					../../WebKitBuild/compile_commands,
> 
> "../../WebKitBuild" won't exist universally. This will either break the
> build, or produce very unexpected artifacts.

It would be nice to do this for every build as it should not negatively impact the build time, and only generates a few mb total of information.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220128/c4c80ea7/attachment.htm>


More information about the webkit-unassigned mailing list