commit | c8ba0a0acd30f0b56d08a3a0947f68ac01a40730 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@hanshq.net> | Thu Sep 19 20:32:16 2013 +0000 |
committer | Hans Wennborg <hans@hanshq.net> | Thu Sep 19 20:32:16 2013 +0000 |
tree | 2efd7f2be5797d86c41938e7a997bcb8e9546c99 | |
parent | af1d28f3fdafd05ac4f2a761b3b46b32b4267da2 [diff] |
clang-cl: implement /fallback mode When this flag is enabled, clang-cl falls back to cl.exe if it cannot compile the code itself for some reason. The idea is to use this to help build projects that almost compile with clang-cl, except for some files that can then be built with the fallback mechanism. Differential Revision: http://llvm-reviews.chandlerc.com/D1711 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191034 91177308-0d34-0410-b5e6-96231b3b80d8