[libcxx-commits] [clang] [compiler-rt] [libcxx] [libunwind] [llvm] [openmp] [cmake] switch to CMake's native `check_{compiler, linker}_flag` (PR #96171)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 20 05:13:13 PDT 2024
================
@@ -1,28 +0,0 @@
-include(CheckLinkerFlag OPTIONAL)
-
-if (COMMAND check_linker_flag)
- macro(llvm_check_linker_flag)
- check_linker_flag(${ARGN})
- endmacro()
-else()
----------------
h-vetinari wrote:
... and here
https://github.com/llvm/llvm-project/pull/96171
More information about the libcxx-commits
mailing list