diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-10-14 06:49:30 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-10-14 06:49:30 +0000 |
| commit | ffb602125aa1b400a27f39870ea56ca00ff4fa94 (patch) | |
| tree | 6249043b58bf19bf22d37dbb7991e6f569077d2d /libcxx | |
| parent | 831a86a191319f57b1d9101ba86b06acaf497a29 (diff) | |
| download | bcm5719-llvm-ffb602125aa1b400a27f39870ea56ca00ff4fa94.tar.gz bcm5719-llvm-ffb602125aa1b400a27f39870ea56ca00ff4fa94.zip | |
Update OS X ABI list
llvm-svn: 284208
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/lib/abi/x86_64-apple-darwin16.0.abilist | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libcxx/lib/abi/x86_64-apple-darwin16.0.abilist b/libcxx/lib/abi/x86_64-apple-darwin16.0.abilist index b0a17f71c86..d334aed1668 100644 --- a/libcxx/lib/abi/x86_64-apple-darwin16.0.abilist +++ b/libcxx/lib/abi/x86_64-apple-darwin16.0.abilist @@ -2271,14 +2271,24 @@ {'type': 'FUNC', 'name': '__ZTv0_n24_NSt3__19strstreamD1Ev'} {'type': 'FUNC', 'name': '__ZdaPv'} {'type': 'FUNC', 'name': '__ZdaPvRKSt9nothrow_t'} +{'type': 'FUNC', 'name': '__ZdaPvSt11align_val_t'} +{'type': 'FUNC', 'name': '__ZdaPvSt11align_val_tRKSt9nothrow_t'} {'type': 'FUNC', 'name': '__ZdaPvm'} +{'type': 'FUNC', 'name': '__ZdaPvmSt11align_val_t'} {'type': 'FUNC', 'name': '__ZdlPv'} {'type': 'FUNC', 'name': '__ZdlPvRKSt9nothrow_t'} +{'type': 'FUNC', 'name': '__ZdlPvSt11align_val_t'} +{'type': 'FUNC', 'name': '__ZdlPvSt11align_val_tRKSt9nothrow_t'} {'type': 'FUNC', 'name': '__ZdlPvm'} +{'type': 'FUNC', 'name': '__ZdlPvmSt11align_val_t'} {'type': 'FUNC', 'name': '__Znam'} {'type': 'FUNC', 'name': '__ZnamRKSt9nothrow_t'} +{'type': 'FUNC', 'name': '__ZnamSt11align_val_t'} +{'type': 'FUNC', 'name': '__ZnamSt11align_val_tRKSt9nothrow_t'} {'type': 'FUNC', 'name': '__Znwm'} {'type': 'FUNC', 'name': '__ZnwmRKSt9nothrow_t'} +{'type': 'FUNC', 'name': '__ZnwmSt11align_val_t'} +{'type': 'FUNC', 'name': '__ZnwmSt11align_val_tRKSt9nothrow_t'} {'type': 'U', 'name': '____mb_cur_max_l'} {'type': 'U', 'name': '____tolower_l'} {'type': 'U', 'name': '____toupper_l'} @@ -2389,6 +2399,7 @@ {'type': 'U', 'name': '_nanosleep'} {'type': 'U', 'name': '_newlocale'} {'type': 'U', 'name': '_open'} +{'type': 'U', 'name': '_posix_memalign'} {'type': 'U', 'name': '_pthread_cond_broadcast'} {'type': 'U', 'name': '_pthread_cond_destroy'} {'type': 'U', 'name': '_pthread_cond_signal'} |

