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

[OpenMP] [cmake] Don't use -fno-semantic-interposition on Windows #81113

Merged
merged 1 commit into from
Feb 8, 2024

Commits on Feb 8, 2024

  1. [OpenMP] [cmake] Don't use -fno-semantic-interposition on Windows

    This was added in 4b7beab. When
    the flag was added implicitly elsewhere, it was added via
    llvm/cmake/modules/HandleLLVMOptions.cmake, where it wasn't added
    on Windows/Cygwin targets.
    
    This avoids one warning per object file in OpenMP.
    mstorsjo committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    52f3ae7 View commit details
    Browse the repository at this point in the history