diff options
author | Louis Dionne <ldionne@apple.com> | 2019-10-01 18:43:02 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-10-01 18:43:02 +0000 |
commit | 04501a22a073d0f64e980aaa8c895a6e86c0a103 (patch) | |
tree | f6fcc36facda36f7093498ea88cad3b7b69f1a6c /llvm/lib/Support/FileCheck.cpp | |
parent | ae40dfc1e3ce5f64be3234ed7958792f15800181 (diff) | |
download | llvm-04501a22a073d0f64e980aaa8c895a6e86c0a103.zip llvm-04501a22a073d0f64e980aaa8c895a6e86c0a103.tar.gz llvm-04501a22a073d0f64e980aaa8c895a6e86c0a103.tar.bz2 |
[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.
llvm-svn: 373381
Diffstat (limited to 'llvm/lib/Support/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions