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

[Serialization] Pass along allow errors/skip bodies flags #59739

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 28, 2022

  1. [Serialization] Pass along allow errors/skip bodies flags

    Building swiftinterface's should use the allow errors and skip bodies
    flags of the main compilation. Consider a swiftinterface A that depends
    on a module B. If B is built allowing errors then deserialization while
    building the module for A should not fail if there are in fact errors.
    
    Resolves rdar://84515859.
    bnbarham committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e92bd6c View commit details
    Browse the repository at this point in the history