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

[cxx-interop] Propagate interop flag to the test entry point target #7428

Merged
merged 1 commit into from Mar 28, 2024

Commits on Mar 27, 2024

  1. [cxx-interop] Propagate interop flag to the test entry point target

    The generated test entry point target imports the test discovery target, which built with C++ interoperability enabled if any of its dependencies enable C++ interoperability. This logic didn't propagate the C++ interop flag to the entry point target. This triggered build errors that couldn't be worked around easily.
    
    rdar://125498997
    egorzhdan committed Mar 27, 2024
    Copy the full SHA
    1b99646 View commit details
    Browse the repository at this point in the history