| commit | 66bc9080d6d5ef4904f25d70c374a3dc2c218c9f | [log] [tgz] |
|---|---|---|
| author | Zachary Turner <zturner@google.com> | Wed Feb 25 20:42:19 2015 +0000 |
| committer | Zachary Turner <zturner@google.com> | Wed Feb 25 20:42:19 2015 +0000 |
| tree | 48d56e7484fd2eddae1c641a71e58d3134d6e1b0 | |
| parent | 4a2ceea193c55ffb37879b6e07c843cef8299b3d [diff] |
[CMake] Fix the clang-cl self host build. This allows clang-cl to self-host cleanly with no magic setup steps required. After this patch, all you have to do is set CC=CXX=clang-cl and run cmake -G Ninja. These changes only exist to support C++ features which are unsupported in clang-cl, so regardless of whether the user specifies they want to use them, we still have to disable them. llvm-svn: 230539