commit | 1d257e1d0aa4bad059b05bb35fc39a707f4cbb0a | [log] [tgz] |
---|---|---|
author | Alp Toker <alp@nuanti.com> | Wed Jun 04 03:28:55 2014 +0000 |
committer | Alp Toker <alp@nuanti.com> | Wed Jun 04 03:28:55 2014 +0000 |
tree | 845fba14c2c359f7a2de4449ec9c1f1cd53ef724 | |
parent | 423f78f415cb5980c94113f4d46bb84189bc1071 [diff] |
Remove the last remaining llvm/Config/config.h includes This corrects long-standing misuses of LLVM's internal config.h. In most cases the public llvm-config.h header was intended and we can now remove the old hacks thanks to LLVM r210144. The config.h header is private, won't be installed and should no longer be included by clang or other modules. llvm-svn: 210145