diff options
author | Howard Hinnant <hhinnant@apple.com> | 2012-02-17 19:24:42 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2012-02-17 19:24:42 +0000 |
commit | f95d9f0a3a87472e83ab893b90c42d25d7df54b1 (patch) | |
tree | 225daf5af132703a7c14c20499973373c609e381 /libcxx/lib | |
parent | 3e7d1557688fdd2478381e467cc9cdbf773fc68c (diff) | |
download | bcm5719-llvm-f95d9f0a3a87472e83ab893b90c42d25d7df54b1.tar.gz bcm5719-llvm-f95d9f0a3a87472e83ab893b90c42d25d7df54b1.zip |
Move typeinfos for exceptions in <stdexcept> to the abi
llvm-svn: 150835
Diffstat (limited to 'libcxx/lib')
-rw-r--r-- | libcxx/lib/libc++abi2.exp | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/libcxx/lib/libc++abi2.exp b/libcxx/lib/libc++abi2.exp index 471c6864f3a..9d7a5e773ce 100644 --- a/libcxx/lib/libc++abi2.exp +++ b/libcxx/lib/libc++abi2.exp @@ -201,3 +201,68 @@ __ZTISt10bad_typeid __ZTISt8bad_cast ___cxa_bad_typeid ___cxa_bad_cast + +__ZNKSt11logic_error4whatEv +__ZNSt11logic_errorD0Ev +__ZNSt11logic_errorD1Ev +__ZNSt11logic_errorD2Ev +__ZTISt11logic_error +__ZTSSt11logic_error +__ZTVSt11logic_error + +__ZNKSt13runtime_error4whatEv +__ZNSt13runtime_errorD0Ev +__ZNSt13runtime_errorD1Ev +__ZNSt13runtime_errorD2Ev +__ZTISt13runtime_error +__ZTSSt13runtime_error +__ZTVSt13runtime_error + +__ZNSt11range_errorD0Ev +__ZNSt11range_errorD1Ev +__ZNSt11range_errorD2Ev +__ZTISt11range_error +__ZTSSt11range_error +__ZTVSt11range_error + +__ZNSt12domain_errorD0Ev +__ZNSt12domain_errorD1Ev +__ZNSt12domain_errorD2Ev +__ZTISt12domain_error +__ZTSSt12domain_error +__ZTVSt12domain_error + +__ZNSt12length_errorD0Ev +__ZNSt12length_errorD1Ev +__ZNSt12length_errorD2Ev +__ZTISt12length_error +__ZTSSt12length_error +__ZTVSt12length_error + +__ZNSt12out_of_rangeD0Ev +__ZNSt12out_of_rangeD1Ev +__ZNSt12out_of_rangeD2Ev +__ZTISt12out_of_range +__ZTSSt12out_of_range +__ZTVSt12out_of_range + +__ZNSt14overflow_errorD0Ev +__ZNSt14overflow_errorD1Ev +__ZNSt14overflow_errorD2Ev +__ZTISt14overflow_error +__ZTSSt14overflow_error +__ZTVSt14overflow_error + +__ZNSt15underflow_errorD0Ev +__ZNSt15underflow_errorD1Ev +__ZNSt15underflow_errorD2Ev +__ZTISt15underflow_error +__ZTSSt15underflow_error +__ZTVSt15underflow_error + +__ZNSt16invalid_argumentD0Ev +__ZNSt16invalid_argumentD1Ev +__ZNSt16invalid_argumentD2Ev +__ZTISt16invalid_argument +__ZTSSt16invalid_argument +__ZTVSt16invalid_argument |