[libcxx] r294139 - Adjust Apple ABI list after r294133

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 5 12:17:41 PST 2017


Author: ericwf
Date: Sun Feb  5 14:17:41 2017
New Revision: 294139

URL: http://llvm.org/viewvc/llvm-project?rev=294139&view=rev
Log:
Adjust Apple ABI list after r294133

Modified:
    libcxx/trunk/lib/abi/x86_64-apple-darwin16.abilist

Modified: libcxx/trunk/lib/abi/x86_64-apple-darwin16.abilist
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/lib/abi/x86_64-apple-darwin16.abilist?rev=294139&r1=294138&r2=294139&view=diff
==============================================================================
--- libcxx/trunk/lib/abi/x86_64-apple-darwin16.abilist (original)
+++ libcxx/trunk/lib/abi/x86_64-apple-darwin16.abilist Sun Feb  5 14:17:41 2017
@@ -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'}




More information about the cfe-commits mailing list