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

Enable SwiftCompilerSources on Windows #73247

Merged
merged 6 commits into from
Apr 30, 2024

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    e9d6ba9 View commit details
    Browse the repository at this point in the history
  2. SwiftCompilerSources: remove a not needed import CxxStdlib

    It's not needed and doesn't work on Windows
    eeckstein committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0c8c985 View commit details
    Browse the repository at this point in the history
  3. SwiftCompilerSources: exclude some low level file operations, which a…

    …re not compilable on windows
    eeckstein committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    87a520c View commit details
    Browse the repository at this point in the history
  4. SwiftCompilerSources: workaround a compiler crash on windows by disab…

    …ling convert_function simplification
    eeckstein committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7bf193e View commit details
    Browse the repository at this point in the history
  5. SwiftCompilerSources: workaround a crash in the LoadableByAddress pas…

    …s when building on Windows
    eeckstein committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    338dd18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcf27a1 View commit details
    Browse the repository at this point in the history