forked from OSchip/llvm-project
[CMake][llvm] add missing include to LLVMCheckLinkerFlag
Differential Revision: https://reviews.llvm.org/D101417
This commit is contained in:
parent
b1a77e465e
commit
e8b3a97ff7
|
@ -6,6 +6,7 @@ if (COMMAND check_linker_flag)
|
|||
endmacro()
|
||||
else()
|
||||
include(CheckCXXCompilerFlag)
|
||||
include(CMakePushCheckState)
|
||||
|
||||
# cmake builtin compatible, except we assume lang is CXX
|
||||
function(llvm_check_linker_flag lang flag out_var)
|
||||
|
|
Loading…
Reference in New Issue