Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Xcode] Fix race condition when generating IDLFileNamesList.txt #5516

Merged

Commits on Oct 19, 2022

  1. [Xcode] Fix race condition when generating IDLFileNamesList.txt

    https://bugs.webkit.org/show_bug.cgi?id=246718
    
    Reviewed by Dean Jackson.
    
    Change WebCore's DerivedSources.make to only generate
    IDLFileNamesList.txt *once*, before any invocations of
    preprocess-idls.pl. This fixes a race condition where one instance of
    preprocess-idls is reading the file while another Make thread is
    (unnecessarily) regenerating it.
    
    * Source/WebCore/DerivedSources-output.xcfilelist:
    * Source/WebCore/DerivedSources.make:
    
    Canonical link: https://commits.webkit.org/255709@main
    emw-apple committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    244ca6a View commit details
    Browse the repository at this point in the history