| commit | f55c0db8b545cd6f89c7b96933dc8c9d2694bc46 | [log] [tgz] |
|---|---|---|
| author | Howard Hinnant <hhinnant@apple.com> | Tue Jan 22 14:48:10 2013 +0000 |
| committer | Howard Hinnant <hhinnant@apple.com> | Tue Jan 22 14:48:10 2013 +0000 |
| tree | f2b9bdf54e2ed5578219fab520f55695e70eb457 | |
| parent | 2ac1ae6150c006295cd96ea27afd7ff4279b1832 [diff] |
Saleem Abdulrasool: __terminate_handler and __unexpected_handler are defined but not used when building against libsupc++ as the functions for which they are used are provided by libsupc++. Simply preprocess them away when building against libsupc++. llvm-svn: 173165