[PATCH] D82888: [cmake][Windows] Add libpath to CMAKE_MODULE_LINKER_FLAGS too
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 07:33:34 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG63eddb679ad0: [cmake][Windows] Add libpath to CMAKE_MODULE_LINKER_FLAGS too (authored by rojamd <rojamd>).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82888/new/
https://reviews.llvm.org/D82888
Files:
llvm/cmake/modules/HandleLLVMOptions.cmake
Index: llvm/cmake/modules/HandleLLVMOptions.cmake
===================================================================
--- llvm/cmake/modules/HandleLLVMOptions.cmake
+++ llvm/cmake/modules/HandleLLVMOptions.cmake
@@ -911,6 +911,7 @@
file(TO_CMAKE_PATH "${clang_resource_dir}" clang_resource_dir)
append("/libpath:${clang_resource_dir}/lib/windows"
CMAKE_EXE_LINKER_FLAGS
+ CMAKE_MODULE_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS)
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82888.274802.patch
Type: text/x-patch
Size: 455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200701/f825839e/attachment.bin>
More information about the llvm-commits
mailing list