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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 27 15:57:39 PST 2022


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

--- Comment #5 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 450103
  --> https://bugs.webkit.org/attachment.cgi?id=450103
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.

-- 
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/20220127/a0e96a5a/attachment.htm>


More information about the webkit-unassigned mailing list