| commit | 475ab6ad7b6017782cc61c91912511e9f40a2fa3 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Tue Nov 08 17:19:47 2011 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Tue Nov 08 17:19:47 2011 +0000 |
| tree | fb0166aa537b8705c033a4e908e225ee3dbcc078 | |
| parent | 60b54f19e6a88c43abc6148c38d0a0ecc69a55f6 [diff] |
Add a default system include of '/include'. This isn't particularly useful when using Clang as a system-compiler, but its harmless. When using Clang as a cross-compiler, this can be very handy as quite a few toolchains ship their libc headers here rather than under '/usr/include'. For reference, this is the beginning of my work to also make the Clang driver more suitable as a cross-compiler. llvm-svn: 144089