[PATCH] D101417: [CMake][llvm] add missing include to LLVMCheckLinkerFlag
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 27 18:53:40 PDT 2021
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe8b3a97ff742: [CMake][llvm] add missing include to LLVMCheckLinkerFlag (authored by radford, committed by thegameg).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101417/new/
https://reviews.llvm.org/D101417
Files:
llvm/cmake/modules/LLVMCheckLinkerFlag.cmake
Index: llvm/cmake/modules/LLVMCheckLinkerFlag.cmake
===================================================================
--- llvm/cmake/modules/LLVMCheckLinkerFlag.cmake
+++ llvm/cmake/modules/LLVMCheckLinkerFlag.cmake
@@ -6,6 +6,7 @@
endmacro()
else()
include(CheckCXXCompilerFlag)
+ include(CMakePushCheckState)
# cmake builtin compatible, except we assume lang is CXX
function(llvm_check_linker_flag lang flag out_var)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101417.341052.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210428/e198d1ff/attachment.bin>
More information about the llvm-commits
mailing list