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

[6.0] Schedule an emit-module-separately job even if an input is not compilable #1589

Merged
merged 4 commits into from
May 15, 2024

Commits on May 1, 2024

  1. Schedule an emit-module-separately job even if an input is not compil…

    …able
    
    The following invocation should schedule an emit-module-separately job
    for src.swift and include other.dylib in the link job.
    
    ```
    swiftc -emit-library src.swift other.dylib
    ```
    
    rdar://127238278
    xymus committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fae00bc View commit details
    Browse the repository at this point in the history
  2. Remap input file paths passed to the emit-module-separately job

    Fixes the failure in testDependencyScanningPathRemap.
    xymus committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d0f2ddc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b407364 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cb785c View commit details
    Browse the repository at this point in the history