From 783d433f169c5c5a0136c26d951796657f67d971 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Mon, 4 Sep 2017 19:46:53 +0000 Subject: Add MINGW_LIBRARIES to the linker flags This is essential when building with -nodefaultlibs. This is similar to what already is done in libcxxabi in SVN r302760. Differential revision: https://reviews.llvm.org/D37207 llvm-svn: 312498 --- libcxx/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/lib') diff --git a/libcxx/lib/CMakeLists.txt b/libcxx/lib/CMakeLists.txt index 578651423f3b..24c3067679fd 100644 --- a/libcxx/lib/CMakeLists.txt +++ b/libcxx/lib/CMakeLists.txt @@ -91,6 +91,7 @@ else() add_library_flags_if(LIBCXX_HAS_GCC_S_LIB gcc_s) endif() add_library_flags_if(LIBCXX_HAVE_CXX_ATOMICS_WITH_LIB atomic) +add_library_flags_if(MINGW "${MINGW_LIBRARIES}") # Add the unwinder library. if (LIBCXXABI_USE_LLVM_UNWINDER) -- cgit v1.2.3