mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
[CMake][llvm] add missing include to LLVMCheckLinkerFlag
Differential Revision: https://reviews.llvm.org/D101417
This commit is contained in:
parent
4d8906fa83
commit
ba54030614
@ -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
Block a user