[Webkit-unassigned] [Bug 209343] New: Fix JSCOnly build without unified sources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 20 09:22:11 PDT 2020


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

            Bug ID: 209343
           Summary: Fix JSCOnly build without unified sources
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: justin at justinmichaud.com

I managed to get clangd to work for code completion using the following command:

./Tools/Scripts/build-webkit --jsc-only --cmakeargs="-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DENABLE_UNIFIED_BUILDS=OFF" && compdb -p WebKitBuild/Release/ list > compile_commands.json

This patch fixes the build for non-unified sources, and adds some extra clangd files to .gitignore.

-- 
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/20200320/89e9cf66/attachment.htm>


More information about the webkit-unassigned mailing list