diff options
author | Louis Dionne <ldionne@apple.com> | 2020-09-30 20:05:41 -0400 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2020-10-02 09:22:23 -0400 |
commit | c7d4aa711ab7981358b5e17e56f1fb6f7f585ac1 (patch) | |
tree | 3b303daa0719e8a81dc9e7dcd2fc5092c5bc4cdf /libcxxabi/lib | |
parent | 4edd74a1986f5e347a1f2e060df7f6372938fa9e (diff) | |
download | llvm-c7d4aa711ab7981358b5e17e56f1fb6f7f585ac1.zip llvm-c7d4aa711ab7981358b5e17e56f1fb6f7f585ac1.tar.gz llvm-c7d4aa711ab7981358b5e17e56f1fb6f7f585ac1.tar.bz2 |
[libc++] Move the weak symbols list to libc++abi
Those symbols are exported from libc++abi in the first place, so it
makes more sense to have them there.
Diffstat (limited to 'libcxxabi/lib')
-rw-r--r-- | libcxxabi/lib/weak.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcxxabi/lib/weak.exp b/libcxxabi/lib/weak.exp new file mode 100644 index 0000000..784ca45 --- /dev/null +++ b/libcxxabi/lib/weak.exp @@ -0,0 +1,7 @@ +__ZTISt11range_error +__ZTISt12domain_error +__ZTISt12length_error +__ZTISt12out_of_range +__ZTISt14overflow_error +__ZTISt15underflow_error +__ZTISt16invalid_argument |