Give all members of exception types default visibility. Lack of this is causing some illegal code relocations rare and hard to reproduce cases.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@196411 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1b92188a82
commit
615100223e
@ -194,7 +194,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _LIBCPP_EXCEPTION_ABI
|
#ifndef _LIBCPP_EXCEPTION_ABI
|
||||||
#define _LIBCPP_EXCEPTION_ABI _LIBCPP_TYPE_VIS
|
#define _LIBCPP_EXCEPTION_ABI __attribute__ ((__visibility__("default")))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _LIBCPP_ALWAYS_INLINE
|
#ifndef _LIBCPP_ALWAYS_INLINE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user