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

Fix compilation of systhreads on Visual Studio 2019 and 2022 #10797

Merged
merged 1 commit into from
Jan 4, 2022

Commits on Nov 29, 2021

  1. Add the -d2VolatileMetadata- switch to cl

    Visual Studio 2019 and 2022 turn on the generation of volatile metadata
    by default, which can cause problems for flexlink which doesn't know how
    to process the .voltbl section properly.
    
    This information has been enabled to aid emulation of AMD64 on ARM64, so
    for now risk slower emulated performance pending direct compilation to
    ARM64 on Windows anyway.
    dra27 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    0ac7358 View commit details
    Browse the repository at this point in the history