commit | 11ffde3d7e866e0a97f298f44a57966ff1f1e507 | [log] [tgz] |
---|---|---|
author | Richard Smith <[email protected]> | Thu Apr 19 01:36:12 2012 |
committer | Richard Smith <[email protected]> | Thu Apr 19 01:36:12 2012 |
tree | 37b5d5a88e705552076bfa21e31dd088c449ee5b | |
parent | a11810ad606b98a504f6d2ad44ae10df18e3def8 [diff] |
libc++: only #include <cxxabi.h> if it exists. This allows libc++ to build out of the box on Linux systems. If you're building against libc++abi, you still need to make sure it can find <cxxabi.h> so it knows not to export symbols which libc++abi provides. llvm-svn: 155091