Skip to content

Commit 582d75d

Browse files
committed
Fix Apple ABI
1 parent f4f174f commit 582d75d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2677,4 +2677,10 @@
26772677
{'is_defined': True, 'name': '___cxa_vec_new2', 'type': 'I'}
26782678
{'is_defined': True, 'name': '___cxa_vec_new3', 'type': 'I'}
26792679
{'is_defined': True, 'name': '___dynamic_cast', 'type': 'I'}
2680-
{'is_defined': True, 'name': '___gxx_personality_v0', 'type': 'I'}
2680+
{'is_defined': True, 'name': '___gxx_personality_v0', 'type': 'I'}
2681+
{'is_defined': True, 'name': '__ZNSt3__17__cpp2611__to_stringEd', 'type': 'FUNC'}
2682+
{'is_defined': True, 'name': '__ZNSt3__17__cpp2611__to_stringEe', 'type': 'FUNC'}
2683+
{'is_defined': True, 'name': '__ZNSt3__17__cpp2611__to_stringEf', 'type': 'FUNC'}
2684+
{'is_defined': True, 'name': '__ZNSt3__17__cpp2612__to_wstringEd', 'type': 'FUNC'}
2685+
{'is_defined': True, 'name': '__ZNSt3__17__cpp2612__to_wstringEe', 'type': 'FUNC'}
2686+
{'is_defined': True, 'name': '__ZNSt3__17__cpp2612__to_wstringEf', 'type': 'FUNC'}

0 commit comments

Comments
 (0)