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

[cmake] switch to CMake's native check_{compiler,linker}_flag #96171

Merged
merged 2 commits into from
Jul 31, 2024

Commits on Jul 31, 2024

  1. [cmake] switch to CMake's native check_linker_flag, delete LLVMCheckL…

    …inkerFlag.cmake
    
    now that CMake baseline has moved past 3.18; see
    https://cmake.org/cmake/help/latest/module/CheckLinkerFlag.html
    h-vetinari committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    84f2af3 View commit details
    Browse the repository at this point in the history
  2. [cmake] switch to CMake's native check_compiler_flag, delete LLVMChec…

    …kCompilerLinkerFlag.cmake
    
    now that CMake baseline has moved past 3.19; see
    https://cmake.org/cmake/help/latest/module/CheckCompilerFlag.html
    
    Co-Authored-By: Ryan Prichard <[email protected]>
    h-vetinari and rprichard committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    833b0b0 View commit details
    Browse the repository at this point in the history