Vendor import of libc++ 4.0.0 release r297347:
https://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_400/final@297347
This commit is contained in:
parent
ef26f2ece8
commit
868847c690
2376
lib/abi/4.0/x86_64-apple-darwin16.0.0.abilist
Normal file
2376
lib/abi/4.0/x86_64-apple-darwin16.0.0.abilist
Normal file
File diff suppressed because it is too large
Load Diff
1905
lib/abi/4.0/x86_64-unknown-linux-gnu.abilist
Normal file
1905
lib/abi/4.0/x86_64-unknown-linux-gnu.abilist
Normal file
File diff suppressed because it is too large
Load Diff
@ -47,7 +47,7 @@ Version 4.0
|
||||
Symbol added: _ZTSSt18bad_variant_access
|
||||
Symbol added: _ZNKSt18bad_variant_access4whatEv
|
||||
|
||||
* rTBD - Remove std::string::append template methods which should be inline
|
||||
* r285537 - Remove std::string::append template methods which should be inline
|
||||
|
||||
These functions should never have had visible definitions in the dylib but
|
||||
since they were previously not specified with 'inline' they accidentally
|
||||
@ -133,3 +133,5 @@ Version 4.0
|
||||
Symbol added: _ZTISt12bad_any_cast
|
||||
Symbol added: _ZTSSt12bad_any_cast
|
||||
Symbol added: _ZTVSt12bad_any_cast
|
||||
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
{'type': 'I', 'is_defined': True, 'name': '__ZNKSt16bad_array_length4whatEv'}
|
||||
{'type': 'FUNC', 'is_defined': True, 'name': '__ZNKSt16nested_exception14rethrow_nestedEv'}
|
||||
{'type': 'FUNC', 'is_defined': True, 'name': '__ZNKSt18bad_variant_access4whatEv'}
|
||||
{'type': 'FUNC', 'is_defined': True, 'name': '__ZNKSt19bad_optional_access4whatEv'}
|
||||
{'type': 'U', 'is_defined': False, 'name': '__ZNKSt20bad_array_new_length4whatEv'}
|
||||
{'type': 'I', 'is_defined': True, 'name': '__ZNKSt20bad_array_new_length4whatEv'}
|
||||
{'type': 'FUNC', 'is_defined': True, 'name': '__ZNKSt3__110__time_put8__do_putEPcRS1_PK2tmcc'}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user