[PATCH] D50243: [libunwind][mips] Include gcc_s for linkage

Stefan Maksimovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 06:41:01 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL339878: [libunwind][mips] Include gcc_s for linkage (authored by smaksimovic, committed by ).
Herald added a subscriber: christof.

Changed prior to commit:
  https://reviews.llvm.org/D50243?vs=158982&id=161020#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50243

Files:
  libunwind/trunk/src/CMakeLists.txt


Index: libunwind/trunk/src/CMakeLists.txt
===================================================================
--- libunwind/trunk/src/CMakeLists.txt
+++ libunwind/trunk/src/CMakeLists.txt
@@ -52,6 +52,7 @@
 # Generate library list.
 set(libraries ${LIBUNWINDCXX_ABI_LIBRARIES})
 append_if(libraries LIBUNWIND_HAS_C_LIB c)
+append_if(libraries LIBUNWIND_HAS_GCC_S_LIB gcc_s)
 append_if(libraries LIBUNWIND_HAS_DL_LIB dl)
 if (LIBUNWIND_ENABLE_THREADS)
   append_if(libraries LIBUNWIND_HAS_PTHREAD_LIB pthread)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50243.161020.patch
Type: text/x-patch
Size: 509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180816/36d860c8/attachment.bin>


More information about the llvm-commits mailing list