forked from OSchip/llvm-project
Revert addition of __libcpp_library_version
llvm-svn: 285466
This commit is contained in:
parent
8550238f4a
commit
0c3b87d925
|
@ -908,15 +908,6 @@ extern "C" void __sanitizer_annotate_contiguous_container(
|
|||
#define _LIBCPP_HAS_NO_BUILTIN_ADDRESSOF
|
||||
#endif
|
||||
|
||||
extern "C++" {
|
||||
_LIBCPP_BEGIN_NAMESPACE_STD
|
||||
_LIBCPP_FUNC_VIS _LIBCPP_WEAK int __libcpp_library_version();
|
||||
_LIBCPP_END_NAMESPACE_STD
|
||||
}
|
||||
|
||||
#define _LIBCPP_LIBRARY_VERSION \
|
||||
(_VSTD::__libcpp_library_version ? _VSTD::__libcpp_library_version() : -1)
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // _LIBCPP_CONFIG
|
||||
|
|
|
@ -16,11 +16,6 @@ New entries should be added directly below the "Version" header.
|
|||
Version 4.0
|
||||
-----------
|
||||
|
||||
* r285382 - Add __libcpp_library_version
|
||||
|
||||
all platforms
|
||||
-------------
|
||||
Symbol added: _ZNSt3__124__libcpp_library_versionEv
|
||||
|
||||
* r285101 - Add -fvisibility-inlines-hidden when building libc++.
|
||||
|
||||
|
|
|
@ -1213,7 +1213,6 @@
|
|||
{'type': 'FUNC', 'name': '__ZNSt3__121recursive_timed_mutexD1Ev'}
|
||||
{'type': 'FUNC', 'name': '__ZNSt3__121recursive_timed_mutexD2Ev'}
|
||||
{'type': 'FUNC', 'name': '__ZNSt3__121undeclare_no_pointersEPcm'}
|
||||
{'type': 'FUNC', 'name': '__ZNSt3__124__libcpp_library_versionEv'}
|
||||
{'type': 'FUNC', 'name': '__ZNSt3__125notify_all_at_thread_exitERNS_18condition_variableENS_11unique_lockINS_5mutexEEE'}
|
||||
{'type': 'FUNC', 'name': '__ZNSt3__127__insertion_sort_incompleteIRNS_6__lessIaaEEPaEEbT0_S5_T_'}
|
||||
{'type': 'FUNC', 'name': '__ZNSt3__127__insertion_sort_incompleteIRNS_6__lessIccEEPcEEbT0_S5_T_'}
|
||||
|
|
|
@ -1141,7 +1141,6 @@
|
|||
{'type': 'FUNC', 'name': '_ZNSt3__121recursive_timed_mutexD1Ev'}
|
||||
{'type': 'FUNC', 'name': '_ZNSt3__121recursive_timed_mutexD2Ev'}
|
||||
{'type': 'FUNC', 'name': '_ZNSt3__121undeclare_no_pointersEPcm'}
|
||||
{'type': 'FUNC', 'name': '_ZNSt3__124__libcpp_library_versionEv'}
|
||||
{'type': 'FUNC', 'name': '_ZNSt3__125__num_get_signed_integralIlEET_PKcS3_Rji'}
|
||||
{'type': 'FUNC', 'name': '_ZNSt3__125__num_get_signed_integralIxEET_PKcS3_Rji'}
|
||||
{'type': 'FUNC', 'name': '_ZNSt3__125notify_all_at_thread_exitERNS_18condition_variableENS_11unique_lockINS_5mutexEEE'}
|
||||
|
|
Loading…
Reference in New Issue