commit | 953e27be40cfb9b49290fd0ed9a5ed83346f48fd | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne@apple.com> | Tue Oct 01 18:43:02 2019 +0000 |
committer | Louis Dionne <ldionne@apple.com> | Tue Oct 01 18:43:02 2019 +0000 |
tree | 85db256442270f5e3b1de07f3761b00a60421b14 | |
parent | 70a7cf9c33c5b3b64e08a9965104bb4efd9bd383 [diff] |
[libc++abi] Remove uses of C++ headers when possible This reduces the (circular) dependency of libc++abi on a C++ standard library. Outside of the demangler which uses fancier C++ features, the only C++ headers now required by libc++abi are pretty much <new> and <exception>, and that's because libc++abi defines some types that are declared in those headers. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@373381 91177308-0d34-0410-b5e6-96231b3b80d8