EricWF created this revision.
EricWF added reviewers: danalbert, chandlerc, mclow.lists, compnerd, ismail.
EricWF added a subscriber: cfe-commits.
libgcc_eh.a cannot be used when building libc++abi as a shared library (the
default configuration). See this post for some more discussion:
https://g
EricWF created this revision.
EricWF added reviewers: danalbert, jroelofs, chandlerc.
EricWF added a subscriber: cfe-commits.
EricWF added a dependency: D15440: [libc++abi] Use libgcc and libgcc_s to
provide _Unwind symbols instead of libgcc_eh.a.
This change depends on D15440.
http://reviews.ll
Author: compnerd
Date: Fri Dec 11 00:20:59 2015
New Revision: 255328
URL: http://llvm.org/viewvc/llvm-project?rev=255328&view=rev
Log:
Driver: add multilibs for ARM EB
This improves the coverage for the multilib directories used for ARM. Also add
tests covering the internal triple (thumbv7-*).
compnerd added inline comments.
Comment at: cmake/config-ix.cmake:45
@@ -44,3 +44,3 @@
check_library_exists(pthread pthread_once "" LIBCXXABI_HAS_PTHREAD_LIB)
-check_library_exists(gcc_eh _Unwind_GetRegionStart "" LIBCXXABI_HAS_GCC_EH_LIB)
+check_library_exists(gcc_s __gcc_person
EricWF added inline comments.
Comment at: cmake/config-ix.cmake:45
@@ -44,3 +44,3 @@
check_library_exists(pthread pthread_once "" LIBCXXABI_HAS_PTHREAD_LIB)
-check_library_exists(gcc_eh _Unwind_GetRegionStart "" LIBCXXABI_HAS_GCC_EH_LIB)
+check_library_exists(gcc_s __gcc_personal
101 - 105 of 105 matches
Mail list logo