| commit | 86cc60eeea958621a14ceb3ec0aa083005ee34e3 | [log] [tgz] |
|---|---|---|
| author | Dan Albert <danalbert@google.com> | Tue Feb 10 18:46:57 2015 +0000 |
| committer | Dan Albert <danalbert@google.com> | Tue Feb 10 18:46:57 2015 +0000 |
| tree | a570bed148655aab44cdb2922741078be6052d1e | |
| parent | 57c6ac5e416ff75b9e97e9f85eb78408e67fff11 [diff] |
Make ABI header not found a warning, not an error. Since we've added a new header to libc++abi (__cxxabi_config.h), we now have a case where we might not always find all the ABI headers: building libc++ against the system's libc++abi on Darwin. Since this isn't actually a fatal error, degrade it to a warning. llvm-svn: 228720